|
You are here |
phil.lavin.me.uk | ||
| | | | |
blitiri.com.ar
|
|
| | | | | ||
| | | | |
ericlathrop.com
|
|
| | | | | Sometimes you're somewhere deep inside your git repo in bash, and you just want to pop back up to the root folder. It can be annoying to figure out how many dots you need in something like cd ../../... I made a small bash function you can use to just type gr to change to the git root: | |
| | | | |
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 | |
| | | | |
vadosware.io
|
|
| | | Yet another article on the internet about how to reasonably manage multiple git personas | ||