Answers for "git get all branches to local"

1

get all the branch in git

git fetch --all
Posted by: Guest on September-18-2020
2

git get local branches

git branch -l
Posted by: Guest on February-18-2020

Code answers related to "git get all branches to local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language