equal
deleted
inserted
replaced
9 ci = commit |
9 ci = commit |
10 co = checkout |
10 co = checkout |
11 cp = cherry-pick |
11 cp = cherry-pick |
12 graph = log --graph --oneline --decorate |
12 graph = log --graph --oneline --decorate |
13 info = config --list |
13 info = config --list |
14 pop = !git stash apply && git stash clear |
|
15 sb = show-branch |
14 sb = show-branch |
16 st = status |
15 st = status |
17 staged = diff --cached |
16 staged = diff --cached |
18 summary = log --oneline |
17 summary = log --oneline |
19 tags = tag -n1 -l |
18 tags = tag -n1 -l |