Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b6d7d commit 2fe94e4Copy full SHA for 2fe94e4
README.md
@@ -1,11 +1,8 @@
1
#create a new repository on the command line
2
touch README.md
3
git init
4
+git remote add origin [email protected]:coolcoding/python_project.git
5
git add README.md
6
git commit -m "first commit"
-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
11
git push -u origin master
+git pull origin master
0 commit comments