diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-27 04:36:22 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-27 04:36:22 +0900 |
| commit | 61742fdbdd55cb383ddb3d5037659f50a751111e (patch) | |
| tree | 6aca4bd435072f5363b3370b135c81f927a9d978 /.config/git | |
| parent | 19a7ae33ac01e93bb28d171f8062154fc587d2ee (diff) | |
| download | dotfiles-61742fdbdd55cb383ddb3d5037659f50a751111e.tar.gz dotfiles-61742fdbdd55cb383ddb3d5037659f50a751111e.tar.zst dotfiles-61742fdbdd55cb383ddb3d5037659f50a751111e.zip | |
git: move location of git-* binaries
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config index c82a726..d485275 100644 --- a/.config/git/config +++ b/.config/git/config @@ -94,7 +94,6 @@ fixup = commit --fixup amend = commit --amend --no-edit clone1 = clone --depth=1 - sw = "!~/bin/gitalias/git-sw" swc = switch -c swm = "!__fn() { \ if git rev-parse --verify --quiet main > /dev/null 2>&1; then \ @@ -177,7 +176,6 @@ fi; \ }; __fn" setup-hooks = "!cp ~/dotfiles/githooks/* \"$(git rev-parse --show-toplevel)/.git/hooks\"" - extract-issue = "!~/bin/gitalias/git-extract-issue" init-empty = "!__fn() { \ if [ \"$1\" = \"\" ]; then \ echo \"usage: git init-empty <user>\" >&2; \ |
