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. 2 years ago • 0 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. 2 years ago • 0 notes
Add/change ~/.gitk to include
set mainfont {Monaco 10}
set textfont {Monaco 10}
set uifont {Monaco 10}
2 years ago
• 0 notes