git check all branch code example Example 1: how to see all branches in git Click to copygit branch -a Example 2: get all the branch in git Click to copygit fetch --all