Compare commits

...

No commits in common. "00226ae09ccbc009abdab687906cb1f8f1b1a60d" and "773cffe548c13ef23d429cd30e8c26ecef566259" have entirely different histories.

1 changed files with 3 additions and 2 deletions

5
git.sh
View File

@ -1,5 +1,6 @@
git init
git pull git@git.disroot.org:MikolajLubiak/$1.git
git add -A
git commit -m "$2"
git remote add origin https://git.disroot.org/MikolajLubiak/$1.git
git push -f origin master
git remote add origin git@git.disroot.org:MikolajLubiak/$1.git
git push -f origin master