Explore >> Select a destination


You are here

vladimirzdrazil.com
| | initialcommit.com
3.3 parsecs away

Travel
| | A complete guide to using the git cherry pick command.
| | www.brandonpugh.com
1.4 parsecs away

Travel
| | If you've ever worked on a project with me then I've probably recommended at least one of these config settings in git. git config --global pull.rebase true - tells git to always pull with rebase instead of merge (the equivalent of pull --rebase). This not only saves you having to type the flag every time, but also ensures gui clients will also use rebase when pulling. Note: You should only enable this if you're comfortable with rebasing.
| | betterdev.blog
3.4 parsecs away

Travel
| | No upstream branch error from Git push command may seem strange. Here I explain it and show how to simplify first branch push to avoid it.
| | lisp-journey.gitlab.io
17.7 parsecs away

Travel
| Lem is an awesome project. It's an editor buit in Common Lisp, ready to use out of the box for Common Lisp, that supports more languages and modes (Python, Rust, Elixir, Go, JavaScript, TypeScript, Haskell, Java, Nim, Dart, OCaml, Scala, Swift, shell, asm, but also markdown, ascii, JSON, HTML and CSS, SQL...) thanks to, in part, its built-in LSP support.I took the challenge to add an interactive interface for Git, à la Magit, because you know, despite all its features (good vim mode, project-aware comman...