I know how to checkout a specific branch from here, but after having done so (checkout on same branch), I wish to now 'git checkout head' to get back to the latest revision.
One way is to git pull from remote and merge that way, but is there a way I can do this without depending on remote?
Please tell me how to do this on TortoiseGit, not command line.