Small fix
This commit is contained in:
parent
f3af0da923
commit
1943637373
@ -259,7 +259,7 @@ function pub-git-rm(){
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
function pub-git-push(){
|
function pub-git-push(){
|
||||||
if (( $# = 0 )) ; then
|
if (( $# == 0 )) ; then
|
||||||
git push local --all && git push local --tags
|
git push local --all && git push local --tags
|
||||||
git push ncsu --all && git push ncsu --tags
|
git push ncsu --all && git push ncsu --tags
|
||||||
git push gitlab --all && git push gitlab --tags
|
git push gitlab --all && git push gitlab --tags
|
||||||
|
Loading…
Reference in New Issue
Block a user