I always forget the command for this so I am writing it here:
To view the branches:
To view the branches:
git branch -aTo checkout a branch:
git checkout -b branch_namethen do
git pull origin branch_name
No comments:
Post a Comment