- I am looking for the step by step commands to be run.
- Assuming that the required branch may not yet be present in my local repository, and my workspace could be pointing to another branch, what set of commands should I run, so that I get only the minimum required data. Should I try to get the log information first, so that I can get the revisions corresponding to a branch?
Or should I do a git fetch of that branch and then get the revisions corresponding to that branch?