mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 14:08:07 +01:00
add git rmtag
This commit is contained in:
parent
b1efeb328f
commit
cc26e27390
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
pushnoci = push -o ci.skip
|
pushnoci = push -o ci.skip
|
||||||
diffs = diff --staged
|
diffs = diff --staged
|
||||||
restores = restore --staged
|
restores = restore --staged
|
||||||
|
rmtag = ! "f() { git tag --delete $1; git push --delete origin $1; }; f"
|
||||||
[commit]
|
[commit]
|
||||||
verbose = true
|
verbose = true
|
||||||
[rerere]
|
[rerere]
|
||||||
|
|
Loading…
Reference in a new issue