I'm pretty confused what you're asking here. How does a push or a
stash ever cause you to lose a commit?

My guess is that all you're actually trying to do is make some commits
on a development branch (not master)...

Jeffrey

On Mar 12, 3:58 pm, KaibutsuX <sean.gri...@gmail.com> wrote:
> Does anyone know if there is a way to store the commit log of your
> local changes before pushing remotely?
>
> Often I'm working on a project with changes to let's say 50 files. And
> for each file, I commit that file with a description specific to that
> change. So eventually I will have 50 commits all with different
> messages. But if I'm not ready to push those commits to the server
> then I would like to save them.
>
> If I do a stash, I lose my entire commit tree and have to recommit all
> of those files again with all those messages.
>
> Again, this is only for working from a central repo.
> Thanks,

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to