Git: Add gtd.
This commit is contained in:
parent
bbecf577bc
commit
dfddf96d34
|
@ -116,6 +116,11 @@ function gt() {
|
||||||
git tag "${@}"
|
git tag "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Git tag delete.
|
||||||
|
function gtd() {
|
||||||
|
git tag -d "${@}"
|
||||||
|
}
|
||||||
|
|
||||||
# Git ignore files.
|
# Git ignore files.
|
||||||
function gi() {
|
function gi() {
|
||||||
git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached
|
git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached
|
||||||
|
|
Loading…
Reference in a new issue