|
You are here |
phil.lavin.me.uk | ||
| | | | |
phili.pe
|
|
| | | | | Personal website of Philipe Fatio | |
| | | | |
blitiri.com.ar
|
|
| | | | | ||
| | | | |
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 | |
| | | | |
themythicalengineer.com
|
|
| | | The Big Problem Imagine you have two GitHub accounts: one for personal use and one for work. You might be working on personal projects from your work laptop, but switching between these projects often requires manually updating your GitHub configuration: | ||