Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4042231

Browse files
committed
change README.md
1 parent 22480e6 commit 4042231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#create a new repository on the command line
2-
touch README.md
32
git init
43
git remote add origin [email protected]:coolcoding/python_project.git
5-
git add README.md
4+
git add .
65
git commit -m "first commit"
76
git push -u origin master
7+
git push origin master
88
git pull origin master

0 commit comments

Comments
 (0)