Difference between revisions of "Create git branch with current changes"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
− | * {{git}} | + | * {{git branch}} |
[[Category:Git]] | [[Category:Git]] |
Revision as of 09:14, 20 March 2023
https://stackoverflow.com/questions/3899627/create-git-branch-with-current-changes
git checkout -b feature/newbranch
git push --set-upstream origin feature/newbranch
Related
See also
git branch
,git: upstream
,git branch --delete branch name
,[ --list | -a | -r | -M ]
Advertising: