Skip to content

Commit

Permalink
Provide methods to delete tags (PL).
Browse files Browse the repository at this point in the history
  • Loading branch information
s-lechowicz committed May 30, 2018
1 parent 673818b commit 9b473b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configNSFW_PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
tagikurwa = show-ref --tags
pchajtagikurwa = push --tags
tagujzdatakurwa = !sh -c 'git tag "$0"_$(date "+%y-%m-%d_%H-%M-%S")'
wyjebtag = !sh -c 'git tag -d "$0"'
wyjebtagwchuj = !sh -c 'git tag -d "$0" && git push --delete origin tag "$0"'

pojebalosiekurwa = reset --hard

Expand Down

0 comments on commit 9b473b7

Please sign in to comment.