Skip to content

Commit b36956a

Browse files
committed
done with new start commands
1 parent 9053766 commit b36956a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

commands.txt

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)