Explore >> Select a destination


You are here

cmetcalfe.ca
| | haacked.com
13.3 parsecs away

Travel
| | An easy way to include all of my Git aliases in your git config
| | 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
| | 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 [...]
| | svirlan.com
83.4 parsecs away

Travel
| Copy Business Central environment using interactive PowerShell script