101 Git 05-10-2021 0 minute read git checkout other-branch git checkout -b new-branch git checkout -b new-branch --track origin/develop git status git add -A git commit -m "initial commit" git push -u origin master test