Fixed so the code compiles
This commit is contained in:
parent
83e28036d6
commit
60e7fa8a31
@ -116,3 +116,10 @@ branchdelete(){
|
|||||||
git push --delete origin $1
|
git push --delete origin $1
|
||||||
echo There you go;
|
echo There you go;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateconfigs (){
|
||||||
|
cd ~/GIT/configs
|
||||||
|
whatthecom
|
||||||
|
git push origin master
|
||||||
|
cd ~
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user