1 Feb 2012 02:16
Re: New branch for No Gnus
Lars Ingebrigtsen <larsi <at> gnus.org>
2012-02-01 01:16:27 GMT
2012-02-01 01:16:27 GMT
Lars Ingebrigtsen <larsi <at> gnus.org> writes: >> To undo the damange, you can do "git revert -m 2 HEAD" on the no-gnus >> branch. > > Great! I'll do that... Just to be totally sure I'm not screwing anything up: Should I do a "git pull" in my local No Gnus tree before saying "git revert -m 2 HEAD", and then pushing out, or should I just do the revert without pulling from git.gnus.org first? -- -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Sent from my Rome
Briefly:
- if you do "git branch" you will see all local branches in your git
repository.
- If you do "git branch -a" you will see more branches, some with
"remotes/origin/" in front of them.
- All local branches exist only in your local .git directory (they do
not exist upstream (though for tracking branches (mentioned later)
that is a question of semantics...))
- You can only check out and work on a local branch
- Some local branches have a special relationship with a remote
branch. These local branches are called "tracking branches". In
your case, no-gnus and master are tracking branches
RSS Feed