Difference between revisions of "Git remote add"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 10: Line 10:
 
  [[git remote add origin]] your_URL
 
  [[git remote add origin]] your_URL
 
  [[error: remote origin already exists.]]
 
  [[error: remote origin already exists.]]
 +
 +
Solution: [[git remote rm origin]]
 +
[[git config --list]]
  
 
== Related terms ==
 
== Related terms ==
Line 16: 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: