Re: how to combine 2 commits?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Boyd Stephen Smith Jr.
Date: Monday, January 12, 2009 - 10:27 pm

On Monday 12 January 2009, bill lam <cbill.lam@gmail.com> wrote about 'how=
=20
to combine 2 commits?':

Two ways I can think of:
git rebase --interactive (read "git help rebase" first)
git merge --squash (read "git help merge" first)

The rebase is probably semantically closer to how you are thinking about=20
things right now.
=2D-=20
Boyd Stephen Smith Jr.                     ,=3D ,-_-. =3D.=20
bss@iguanasuicide.net                     ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-'=20
http://iguanasuicide.net/                      \_/    =20
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
how to combine 2 commits?, bill lam, (Mon Jan 12, 9:54 pm)
Re: how to combine 2 commits?, Jeff Whiteside, (Mon Jan 12, 10:08 pm)
Re: how to combine 2 commits?, Boyd Stephen Smith Jr., (Mon Jan 12, 10:27 pm)
Re: how to combine 2 commits?, Imran M Yousuf, (Mon Jan 12, 10:32 pm)
Re: how to combine 2 commits?, bill lam, (Tue Jan 13, 12:51 am)
Re: how to combine 2 commits?, Stephen R. van den Berg, (Tue Jan 13, 4:20 am)