gitconfig: add git aliases for often used git commands

This commit is contained in:
Thomas Preisner 2018-03-02 23:10:13 +01:00
parent b40d85d559
commit 9ee419ebc5

View file

@ -5,3 +5,18 @@
editor = vim
[commit]
verbose = true
[alias]
a = add
ap = add -p
br = branch
ca = commit --amend
c = commit
co = checkout
d = diff
ds = diff --staged
f = fetch
g = grep
p = push
s = status
st = status
t = tag