From 39719850cba2be675c60424deb7d8292a95af000 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 10 Sep 2023 23:48:58 +0200 Subject: [PATCH] [Git] Fix git configuration --- .config/git/config | 2 +- org/config/git.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 |