Browse Source

first commit

Galomortal47 3 năm trước cách đây
commit
0eee9420f5
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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