Create local branch and commit to remote
Jump to navigation
Jump to search
git checkout -b your-new-local-branch git push --set-upstream origin your-new-local-branch git add . git commit -m "Your message" git push
Related[edit]
See also[edit]
git checkout
[-b
|master | main | -f
]git add, git add .
,git add -A, git add --help
Advertising: