diff --git a/.config/git/config b/.config/git/config index 5caa83a..2cd81a1 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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 diff --git a/org/config/git.org b/org/config/git.org index 10f9086..db60989 100644 --- a/org/config/git.org +++ b/org/config/git.org @@ -104,7 +104,7 @@ | abbreviation | equivalent | |--------------+-----------------| | =cl= | =clone= | -| =cl1= | =clone --depth=1= | +| =cl1= | =clone --depth 1= | #+name: git-fetch-abbrev | abbreviation | equivalent |