[git-users] Stashing the commit log

2010-03-12 Thread KaibutsuX
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 wi

[git-users] Re: Stashing the commit log

2010-03-12 Thread KaibutsuX
This is all on the master branch. I guess what I'm looking for is a way to do a stash, but not only stash the file diffs, but also any commits that were made. If that doesn't make sense, here's a very simple example of what I usually do at work: Work on some low priority project where I fix one

[git-users] Git Ignore

2010-07-04 Thread KaibutsuX
I'm committing some selenium tests for departmental use and the first file is a login script which has two fields for user and password. I'm committing them with some default junk values, but I would like to have everyone pull the script and the following files but be able to change the login scrip