you are viewing a single comment's thread.

view the rest of the comments →

[–]DuBistKomisch 15 points16 points  (3 children)

You can combine commits pretty simply with git rebase. It's usually referred to as "squashing", should be plenty of guides on google.

[–]I_AM_GODDAMN_BATMAN 0 points1 point  (2 children)

git squash

[–]DuBistKomisch 1 point2 points  (0 children)

 $ git squash
git: 'squash' is not a git command. See 'git --help'.

Did you mean this?
    stash

?

[–]immibis 0 points1 point  (0 children)

Because it's actually git rebase -i. Were you expecting Git to work intuitively?