Galomortal47 3 år sedan
incheckning
0eee9420f5
1 ändrade filer med 13 tillägg och 0 borttagningar
  1. 13 0
      test2.txt

+ 13 - 0
test2.txt

@@ -0,0 +1,13 @@
+#create git
+git init
+git add README.md
+git remote rm origin
+git remote add origin http://189.126.106.201:3000/galo/Music.git
+
+#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