This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Silly GIT related question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]