[racket-dev] Git

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Fri Jan 7 10:43:53 EST 2011

I like to do an interactive rebase and squash commits together:

git rebase -i HEAD^^10

where 10 is how many commits ahead of the master I am

Jay

2011/1/7 Robby Findler <robby at eecs.northwestern.edu>:
> Another question: what if I commit something just for the purpose of
> moving to another machine and I don't want that commit to show up in
> the main repository? Is that possible? (My tree is currently in that
> state; it is one commit ahead of plt/master but that commit message is
> a lie-- I've just started to do that job; ordinarily I'd do git commit
> --amend to add more stuff to it, but now I'm worried about that.)
>
> Robby
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93


Posted on the dev mailing list.