Galomortal47 3 years ago
parent
commit
f72ca03249
2 changed files with 19 additions and 1 deletions
  1. 8 0
      auto.txt
  2. 11 1
      test2.txt

+ 8 - 0
auto.txt

@@ -0,0 +1,8 @@
+while true; do mysqldump -u root -p blackpill > blackpill.sql -psonic2121; git add blackpill.sql; git commit -m "commit"; git push origin master; sleep 172800; done
+
+while true; do mysqldump -u GH0ST -pP@ssword01 blackpill > blackpill.sql ; git add blackpill.sql; git commit -m "commit"; git push origin master; sleep 60; done
+
+mysqldump -u root -p blackpill > blackpill.sql -psonic2121
+git add .
+git commit -m "commit"
+git push origin master

+ 11 - 1
test2.txt

@@ -1,13 +1,23 @@
 #create git
 git init
+touch README.md
 git add README.md
 git remote rm origin
+
 git remote add origin http://189.126.106.201:3000/galo/Music.git
 
+#set account
+git config credential.helper store
+
 #update git
 git add .
 git commit -m "first commit"
 git push origin master	
 
 #clone git
-git clone http://189.126.106.201:3000/galo/test.git
+git clone http://189.126.106.201:3000/galo/test.git
+
+
+#if you have reverse proxy set up
+git clone https://git.galodev.net/galo/test22.git
+git remote add origin https://git.galodev.net/galo/test22.git