[Git] Fix git configuration

This commit is contained in:
Lucien Cartier-Tilet 2023-09-10 23:48:58 +02:00
parent 2641e6af09
commit 39719850cb
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
cob = checkout -b
cod = checkout develop
cl = clone
cl1 = clone --depth1
cl1 = clone --depth 1
f = fetch
fp = fetch --prune
ps = push

View File

@ -104,7 +104,7 @@
| abbreviation | equivalent |
|--------------+-----------------|
| =cl= | =clone= |
| =cl1= | =clone --depth=1= |
| =cl1= | =clone --depth 1= |
#+name: git-fetch-abbrev
| abbreviation | equivalent |