Editing Git checkout

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[git]] checkout</code> switch [[branches]] or restore working [[tree files]]
+
<code>[[git]] checkout</code> switch [[branches]] or restore working tree files
 
* Doc: https://git-scm.com/docs/git-checkout
 
* Doc: https://git-scm.com/docs/git-checkout
  
Line 7: Line 7:
  
 
  [[git]] checkout your_branch_name
 
  [[git]] checkout your_branch_name
[[git]] checkout your-existing-branch
 
 
[[git checkout tags]]/1.1.4
 
 
  
 
  [[git checkout master]]
 
  [[git checkout master]]
Line 23: Line 19:
  
 
===[[Change branch]]===
 
===[[Change branch]]===
<code>[[git checkout new_branch]]</code> or [[git switch]] new_branch
+
<code>[[git checkout new_branch]]</code>
  
 
  git checkout main
 
  git checkout main
Line 36: Line 32:
 
  [[git checkout main]]
 
  [[git checkout main]]
 
  error: [[pathspec]] 'main' did not match any file(s) known to git
 
  error: [[pathspec]] 'main' did not match any file(s) known to git
 
error: [[pathspec]] 'path/tobranch' did not match any file(s) known to git
 
  
 
  [[git checkout main]]  
 
  [[git checkout main]]  
Line 45: Line 39:
 
  Please commit your changes or [[git stash|stash]] them before you switch branches.
 
  Please commit your changes or [[git stash|stash]] them before you switch branches.
 
  Aborting
 
  Aborting
 
 
 
git checkout  [[remotes/origin/]]yourbranch
 
warning: [[refname]] 'remotes/origin/yourbranch' is ambiguous.
 
Switched to branch 'remotes/origin/yourbranch'
 
  
 
=== Rename Branch ===
 
=== Rename Branch ===
{{rename branch}}
+
[[git]] checkout -f yourbranch
 +
[[git branch]] -M yourNewBranch
  
== git checkout ==
 
git checkout remotes/origin/your-branch-name
 
[[HEAD]] is now at 28805de remove unused variable you-vars
 
  
 
== Messages ==
 
== Messages ==
 
  You are in '[[detached HEAD]]' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
 
  You are in '[[detached HEAD]]' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
 
== Activities ==
 
* [[Create git branch with current changes]]
 
  
 
== Related ==
 
== Related ==
Line 76: Line 59:
 
* <code>[[git branch --list]]</code>
 
* <code>[[git branch --list]]</code>
 
* <code>[[HEAD]]</code>
 
* <code>[[HEAD]]</code>
* <code>[[git stash pop]]</code>
 
* <code>[[git tag]]</code>
 
  
 
== See also ==
 
== See also ==

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: