diff --git a/shell_dotfiles/_gitconfig b/shell_dotfiles/_gitconfig index e5c2b5b..31fcc36 100644 --- a/shell_dotfiles/_gitconfig +++ b/shell_dotfiles/_gitconfig @@ -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