Recent | Popular
#git #branch
git branch -vv
# you need to be on the working branch git checkout _branch_name git add . git commt -m "my branch commit" # pull and merge git pull # push commit git push
#git #clone #branch
git clone --branch <branchname> <remote-repo-url>
Mon Oct 24 2022 06:06:24 GMT+0000 (Coordinated Universal Time) https://www.educative.io/
Tue Jun 14 2022 09:22:53 GMT+0000 (Coordinated Universal Time)
Wed Jul 28 2021 04:56:58 GMT+0000 (Coordinated Universal Time) https://www.freecodecamp.org/news/git-clone-branch-how-to-clone-a-specific-branch/