I'm too old for this shit!
This commit is contained in:
2
giteaDo
2
giteaDo
@@ -89,7 +89,7 @@ else
|
|||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
git commit -m "$(curl -s http://whatthecommit.com/index.txt)"
|
git commit -m "$(curl -s http://whatthecommit.com/index.txt)"
|
||||||
git remote add origin https://git.konsthol.eu/konsthol/$(basename $PWD)
|
git remote add origin $GITEA_URL/$USERNAME/$(basename $PWD)
|
||||||
git push -u origin master
|
git push -u origin master
|
||||||
;;
|
;;
|
||||||
-d|--delete)
|
-d|--delete)
|
||||||
|
|||||||
Reference in New Issue
Block a user