Update _gitconfig
This commit is contained in:
parent
b784011e06
commit
8b507afcb4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user