Explore >> Select a destination


You are here

cmetcalfe.ca
| | techtldr.com
8.7 parsecs away

Travel
| | Git supports auto-completion when used via the terminal, which includes all basic commands such as git status or git checkout as well as local and remote branch names etc. It comes pre-installed on Ubuntu, but a few simple steps (bellow) have to be followed to get it working on Mac. Open up your terminal app [...]
| | cassidoo.co
5.4 parsecs away

Travel
| | If you're tired of your git branches being alphabetically sorted, you can change that!
| | connorberry.com
9.7 parsecs away

Travel
| | Git with Vimdiff One time view: git difftool --tool=vimdiff --no-prompt Always: git config --global diff.tool vimdiff git config --global merge.tool vimdiff For Single Repository: git config diff.tool vimdiff git config merge.tool vimdiff To avoid having Git prompt when launching Vimdiff: git config --global difftool.prompt false
| | www.harness.io
78.2 parsecs away

Travel
| Discover the key benefits of GitOps for improving CI/CD pipelines, enhancing collaboration, and boosting productivity. Learn why GitOps matters.