Difference between revisions of "Git switch --create / -c"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
 
  changes and commit them, and you can discard any commits you make in this
 
  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.
 
  state without impacting any branches by switching back to a branch.
 +
 +
 +
 +
[[Move existing, uncommitted work to a new branch in git]]
  
 
== See also ==
 
== See also ==

Revision as of 08:42, 20 June 2023

git switch -c main


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.


Move existing, uncommitted work to a new branch in git

See also

Advertising: