diff --git a/config/git/config b/config/git/config index 0abf69d..0a98313 100644 --- a/config/git/config +++ b/config/git/config @@ -8,6 +8,7 @@ co = checkout d = diff l = log --graph --pretty=graph --date=relative + up = pull --rebase --autostash st = status --short shove = "!f() { git push ${1:-origin} :; }; f"