Skip to content

Commit 2fe94e4

Browse files
committed
change README
1 parent a2b6d7d commit 2fe94e4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#create a new repository on the command line
22
touch README.md
33
git init
4+
git remote add origin git@github.com:coolcoding/python_project.git
45
git add README.md
56
git commit -m "first commit"
6-
git remote add origin git@github.com:coolcoding/python_project.git
7-
git push -u origin master
8-
9-
#push an existing repository from the command line
10-
git remote add origin https://github.com/coolcoding/python_project.git
117
git push -u origin master
8+
git pull origin master

0 commit comments

Comments
 (0)