diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-14 20:18:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-15 22:07:17 +0900 |
| commit | 1e550c34671d0b3b4d5843bfc7999e6f3f2a3979 (patch) | |
| tree | a5d21cd62caace4a2ae49ca772e69d7c577f5848 | |
| parent | d19ba6f12612ac2f720b4deffe5273205179b7f8 (diff) | |
| download | dotfiles-1e550c34671d0b3b4d5843bfc7999e6f3f2a3979.tar.gz dotfiles-1e550c34671d0b3b4d5843bfc7999e6f3f2a3979.tar.zst dotfiles-1e550c34671d0b3b4d5843bfc7999e6f3f2a3979.zip | |
git: add alias "fetch1"
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 6e795b8..6ccf81f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -59,6 +59,7 @@ b = branch current-branch = rev-parse --abbrev-ref HEAD c = commit + fetch1 = fetch --depth=1 fixup = commit --fixup amend = commit --amend --no-edit clone1 = clone --depth=1 |
