On Wed, Jan 15, 2020 at 03:11:13AM +0000, Gary Oblock wrote: > If you just do a clone and don't checkout a branch, is this equivalent > the top of the trunk in the old scheme? If not then how do I get the > top of trunk?
After doing the clone, run "git status" to see where you're at. Always run git status, whenever you're not 100% what the state might be, and also when you think you do know. It can read your mind even: it often tells you what you want to do. Segher