|
|
|
|
13
|
dc = !clear && git diff --cached
|
13
|
dc = !clear && git diff --cached
|
14
|
gr = log --graph --full-history --all --color\
|
14
|
gr = log --graph --full-history --all --color\
|
15
|
--pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
|
15
|
--pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
|
|
|
16
|
+ grr = log --graph --full-history --all --color\
|
|
|
17
|
+ --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
|
|
|
18
|
+ --simplify-by-decoration
|
16
|
rb = rebase
|
19
|
rb = rebase
|
17
|
rbi = rebase --interactive
|
20
|
rbi = rebase --interactive
|
18
|
rmv = remote --verbose
|
21
|
rmv = remote --verbose
|