test2.txt 478 B

1234567891011121314151617181920212223
  1. #create git
  2. git init
  3. touch README.md
  4. git add README.md
  5. git remote rm origin
  6. git remote add origin http://189.126.106.201:3000/galo/Music.git
  7. #set account
  8. git config credential.helper store
  9. #update git
  10. git add .
  11. git commit -m "first commit"
  12. git push origin master
  13. #clone git
  14. git clone http://189.126.106.201:3000/galo/test.git
  15. #if you have reverse proxy set up
  16. git clone https://git.galodev.net/galo/test22.git
  17. git remote add origin https://git.galodev.net/galo/test22.git