Skip to content

Commit

Permalink
added git how to remove tags
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
  • Loading branch information
ivankatliarchuk committed Oct 10, 2023
1 parent 49b6f3c commit 241808e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/cmds/git.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function _git_docs() {
declare -a docs=(
"https://docs.github.com/en"
"https://hub.github.com"
"https://devconnected.com/how-to-delete-local-and-remote-tags-on-git/"
)
for el in "${docs[@]}" ; do
KEY="${el%%}"
Expand Down

0 comments on commit 241808e

Please sign in to comment.