Update _gitconfig

This commit is contained in:
Martin Donnelly 2020-02-09 11:28:15 +00:00
parent b784011e06
commit 8b507afcb4

View File

@ -1,5 +1,8 @@
[alias]
# Better update than just git pull
up = '!git remote update -p; git merge --ff-only @{u}'
# View abbreviated SHA, description, and history graph of the latest 20 commits
l = log --pretty=oneline -n 20 --graph --abbrev-commit