Re: Silly GIT related question

2020-01-15 Thread Segher Boessenkool
On Wed, Jan 15, 2020 at 03:11:13AM +, 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

Re: Silly GIT related question

2020-01-14 Thread Alan Modra
On Wed, Jan 15, 2020 at 03:11:13AM +, 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? Yes. More details in "git help clone". -- Alan Modra Australia Development Lab, IBM

Silly GIT related question

2020-01-14 Thread Gary Oblock
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? Thanks for your patience, Gary Oblock