Difference between revisions of "Git remote add"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by one other user 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 13: Line 19:
 
* <code>[[git config --list]]</code>
 
* <code>[[git config --list]]</code>
 
* <code>[[git push]]</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: