Alias "fast-forward"

This commit is contained in:
William Hilton 2018-01-09 16:37:49 -05:00
parent af56dd1f33
commit 6bf7709865
2 changed files with 5 additions and 0 deletions

4
bin/g
View file

@ -312,6 +312,10 @@ for local_branch in $branches; do
done
;;
ff)
git pull --ff-only
;;
ignore)
GIT_ROOT=$(git_root)
CWD=$(pwd)