Difference between revisions of "Git checkout"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  Your branch is up to date with '[[origin]]/[[main]]'.
 
  Your branch is up to date with '[[origin]]/[[main]]'.
  
  git checkout master
+
  [[git checkout master]]
 
  Branch 'master' set up to track remote branch 'master' from 'origin'.
 
  Branch 'master' set up to track remote branch 'master' from 'origin'.
 
  Switched to a new branch 'master'
 
  Switched to a new branch 'master'

Revision as of 12:37, 19 October 2021

git-checkout - Switch branches or restore working tree files

git checkout
Your branch is up to date with 'origin/main'.
git checkout master
Branch 'master' set up to track remote branch 'master' from 'origin'.
Switched to a new branch 'master'
git merge origin/main
fatal: refusing to merge unrelated histories

Rename Branch:

git checkout -f yourbranch 
git branch -M yourNewBranch 

Related terms

See also

Advertising: