Difference between revisions of "Git remote add"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
  (no output)
 
  (no output)
 
  Review: [[.git/config]]
 
  Review: [[.git/config]]
 +
 +
[[git remote add origin]] your_URL
 +
[[error: remote origin already exists.]]
 +
 +
Solution: [[git remote rm origin]]
 +
[[git config --list]]
  
 
== Related terms ==
 
== Related terms ==
Line 12: Line 18:
 
* <code>[[git remote -v]]</code>
 
* <code>[[git remote -v]]</code>
 
* <code>[[git config --list]]</code>
 
* <code>[[git config --list]]</code>
* <code>[[git push --set-upstream origin master]]</code>
+
* <code>[[git push]]</code>, <code>[[git push --set-upstream origin master]]</code>
 +
* <code>[[git clone]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 16:34, 8 May 2023

Advertising: