Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • 3
    Just what I needed. Squash down commits from my feature branch, and then I git cherry pick that commit into my master. Commented Jul 10, 2015 at 12:34
  • 4
    This does not squash previous commits! Commented Oct 22, 2015 at 16:26
  • could you elaborate that a bit further @igorGanapolsky ?
    – trudolf
    Commented Dec 3, 2015 at 5:54
  • 5
    @trudolf This isn't really squashing (picking individual commits to squash). This is more of committing all of your changes at once. Commented Dec 3, 2015 at 6:26
  • 22
    yes, hence it squashes all of your commits into one. congratulations!
    – trudolf
    Commented Dec 4, 2015 at 10:50