|
You are here |
cmetcalfe.ca | ||
| | | | |
techtldr.com
|
|
| | | | | 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
|
|
| | | | | If you're tired of your git branches being alphabetically sorted, you can change that! | |
| | | | |
connorberry.com
|
|
| | | | | 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
|
|
| | | Discover the key benefits of GitOps for improving CI/CD pipelines, enhancing collaboration, and boosting productivity. Learn why GitOps matters. | ||