We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9053766 commit b36956aCopy full SHA for b36956a
commands.txt
@@ -0,0 +1,10 @@
1
+--->beginning of a new git project on ur machine
2
+
3
+git init
4
+ git clone <url of ur repository>
5
+ <after you do ur changes>
6
+ git set-url origin <url of ur repository>
7
+ git add .
8
+ git status
9
+ git commit -m " <ur message>"
10
+ git origin push origin master
0 commit comments