all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Harald Hanche-Olsen <hanche@math.ntnu.no>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Alan Mackenzie <acm@muc.de>, emacs-devel@gnu.org
Subject: Re: git question: how do I get a specific git version into my	working directory?
Date: Sat, 18 Apr 2015 16:07:44 +0200	[thread overview]
Message-ID: <55326530.3060304@math.ntnu.no> (raw)
In-Reply-To: <83sibx7e2a.fsf@gnu.org>

Eli Zaretskii wrote:
> If I were you, I'd do all this in a separate branch, just to be sure
> my 'master' branch had no chance whatsoever to be affected.  Then you
> could simply delete that branch when no longer needed.

Since the master branch is just a pointer into some specific commit, I 
don't think anything you do while in a headless commit can affect the 
master branch in any way. (Unless, of course, you run commands that 
specifically name the master branch in order to change it.)

To get to the master branch just as it was, run “git checkout master”.

If you made changes while in the headless commit, that will fail. In 
which case, either abandon the changes with “git checkout -f master”, or 
stash them first.

– Harald



  reply	other threads:[~2015-04-18 14:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-18 10:33 git question: how do I get a specific git version into my working directory? Alan Mackenzie
2015-04-18 10:42 ` Andreas Schwab
2015-04-18 12:18 ` Steinar Bang
2015-04-18 12:42   ` Eli Zaretskii
2015-04-18 13:16     ` Alan Mackenzie
2015-04-18 13:20       ` Dmitry Gutov
2015-04-18 13:37       ` Eli Zaretskii
2015-04-18 14:07         ` Harald Hanche-Olsen [this message]
2015-04-18 14:43           ` Eli Zaretskii
2015-04-18 17:09             ` Stefan Monnier
2015-04-18 17:37               ` Eli Zaretskii
2015-04-18 17:44                 ` Harald Hanche-Olsen
2015-04-18 12:48   ` Eric Abrahamsen
2015-04-18 13:09   ` Alan Mackenzie
2015-04-18 13:18     ` Dmitry Gutov
2015-04-18 13:57     ` Steinar Bang
2015-04-18 14:03     ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55326530.3060304@math.ntnu.no \
    --to=hanche@math.ntnu.no \
    --cc=acm@muc.de \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.