parent
afbb5efd54
commit
d30cba946f
1 changed files with 4 additions and 1 deletions
|
@ -37,8 +37,11 @@
|
|||
gf = "git fetch";
|
||||
gfa = "git fetch --all";
|
||||
gl = "git log";
|
||||
glg = "git log --grep";
|
||||
glo = "git log --oneline";
|
||||
gls = "git log --stat";
|
||||
glog = "git log --oneline --grep";
|
||||
glos = "git log --oneline -S";
|
||||
gls = "git log -S";
|
||||
gm = "git merge";
|
||||
gmf = "git merge --ff";
|
||||
gmnf = "git merge --no-ff";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue