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
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
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