The repository contains a few branches:
- % git branch -a * blead
+ % git branch -a
+ * blead
origin/HEAD
origin/blead
...
You can see recent commits:
% git log
- ...
And pull new changes from the repository:
% git pull
- ...
+
+To switch to another branch:
+
+ % git checkout origin/maint-5.8-dor
+
+To switch back to blead:
+
+ % git checkout blead