mirror of
https://github.com/wlcx/home.git
synced 2026-07-08 13:33:13 +01:00
git: unpushed alias
This commit is contained in:
parent
edcb288716
commit
a6a4f5660b
@ -41,6 +41,7 @@
|
||||
st = "status";
|
||||
sw = "switch";
|
||||
swc = "switch --create";
|
||||
unp = "log --branches --not --remotes --no-walk --decorate --oneline";
|
||||
|
||||
gone = ''! git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' │ awk '$2 == "[gone]" {print $1}' | xargs -r git branch -D'';
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user