emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git is screwed


From: Richard Stallman
Subject: Re: git is screwed
Date: Thu, 26 Mar 2015 06:54:37 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

Looking at man git-stash

       save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked]
       [-a|--all] [-q|--quiet] [<message>]
           Save your local modifications to a new stash, and run git reset
           --hard to revert them. The <message> part is optional and gives the
           description along with the stashed state. For quickly making a
           snapshot, you can omit both "save" and <message>, but giving only
           <message> does not trigger this action to prevent a misspelled
           subcommand from making an unwanted stash.

That sounds dangerous so I didn't do it yet.  Is that what I should do?

       create
           Create a stash (which is a regular commit object) and return its
           object name, without storing it anywhere in the ref namespace.

I can't make concrete sense of that.

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! See stallman.org/skype.html.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]