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

Skip to content

Commit b3babc2

Browse files
committed
Merge branch 'master' of github.com:coolcoding/python_project
2 parents 8fc13e2 + 2fe94e4 commit b3babc2

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 [email protected]:coolcoding/python_project.git
45
git add README.md
56
git commit -m "first commit"
6-
git remote add origin [email protected]: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)