Difference between revisions of "Git checkout"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
fatal: refusing to merge unrelated histories | fatal: refusing to merge unrelated histories | ||
− | Rename Branch | + | ==Rename Branch== |
[[git]] checkout -f yourbranch | [[git]] checkout -f yourbranch | ||
[[git branch]] -M yourNewBranch | [[git branch]] -M yourNewBranch |
Revision as of 13:33, 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
git checkout
[-b
|master | main | -f
]git
: [config | init | status ]
,git add
,git rm
,git commit
,git push, git pull
,.gitconfig
,.gitignore
,git
(clone
,fetch
,pull
),git tag
,git log
,git blame
, Merge Request, LFS,git branch
,git apply
,git rebase
,git diff
,git diff-tree
,git config --global
,remote | submodule | request-pull
,GIT_TRACE, GIT_CURL_VERBOSE
,clean
,main
,git show-ref
,git reset
,git prune
,git ls-remote origin
,git checkout
,git switch
,pathspec
,git credential-osxkeychain
,git version
,pre-commit
,git --help
, GitBook,refs/
Advertising: