-git: checkout: +--ignore-other-worktrees
authorJan Kratochvil <jan@jankratochvil.net>
Fri, 9 Sep 2022 13:41:13 +0000 (15:41 +0200)
committerJan Kratochvil <jan@jankratochvil.net>
Fri, 9 Sep 2022 13:41:13 +0000 (15:41 +0200)
 - It corrupts other worktrees.

.bashrc

diff --git a/.bashrc b/.bashrc
index 2bd97fb..0a78130 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -394,7 +394,6 @@ function rpmsrclist
 }
 function yumupdate {(ulimit -v unlimited;yum makecache;yum -y --skip-broken update "$@";);}
 function gitcommit { git commit -a --allow-empty-message -m '' "$@"; }
-function git {(unset git;if [ "$1" = "checkout" ];then shift;git checkout --ignore-other-worktrees "$@";else git "$@";fi)}
 function gpg {(unset gpg; http_proxy= all_proxy= HTTP_PROXY= ALL_PROXY= gpg "$@"; );}
 function swap() {( set -ex;local TMPFILE=tmp.$$;[ $# = 2 ] && mv "$1" $TMPFILE && mv "$2" "$1" && mv $TMPFILE "$2" && echo done )}
 alias gthumb='rm -rf ~/.cache/thumbnails/fail/;gthumb'