Better ‘git pull’
Add to your ~/.gitconfig:
[alias]
update = !git fetch -v && git rebase originThen use git update which will rebase any changes to master on top of the new commits. This is basically how svn update works. 4 years ago • 17 notes
Add to your ~/.gitconfig:
[alias]
update = !git fetch -v && git rebase originThen use git update which will rebase any changes to master on top of the new commits. This is basically how svn update works. 4 years ago • 17 notes
Add/change ~/.gitk to include
set mainfont {Monaco 10} set textfont {Monaco 10}set uifont {Monaco 10}
4 years ago
• 10 notes