...
Use the following command to list all branches
Code Block |
---|
git branch -a |
Note: The branch: master is not the present locus of development – that 'branch' reflects the state of a tree that stayed in step with the former Avaya SVN tree. Almost certainly you wish to use: master-4.2 which is the real "master" as of November 2010
How to make branch master-4.2 visible and be positioned on it
...