[Git] Fix git configuration
This commit is contained in:
parent
2641e6af09
commit
39719850cb
@ -38,7 +38,7 @@
|
|||||||
cob = checkout -b
|
cob = checkout -b
|
||||||
cod = checkout develop
|
cod = checkout develop
|
||||||
cl = clone
|
cl = clone
|
||||||
cl1 = clone --depth1
|
cl1 = clone --depth 1
|
||||||
f = fetch
|
f = fetch
|
||||||
fp = fetch --prune
|
fp = fetch --prune
|
||||||
ps = push
|
ps = push
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
| abbreviation | equivalent |
|
| abbreviation | equivalent |
|
||||||
|--------------+-----------------|
|
|--------------+-----------------|
|
||||||
| =cl= | =clone= |
|
| =cl= | =clone= |
|
||||||
| =cl1= | =clone --depth=1= |
|
| =cl1= | =clone --depth 1= |
|
||||||
|
|
||||||
#+name: git-fetch-abbrev
|
#+name: git-fetch-abbrev
|
||||||
| abbreviation | equivalent |
|
| abbreviation | equivalent |
|
||||||
|
Loading…
Reference in New Issue
Block a user