You are here |
cmetcalfe.ca | ||
| | | |
haacked.com
|
|
| | | | An easy way to include all of my Git aliases in your git config | |
| | | |
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 | |
| | | |
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 [...] | |
| | | |
svirlan.com
|
|
| | Copy Business Central environment using interactive PowerShell script |