What does it mean to squash commits in git?

前端 未结 3 1031
天命终不由人
天命终不由人 2020-12-22 17:11

What does Squashing commits in git mean. How do I squash commits in Github?

I\'m new to Git and I requested to be assigned to a newcomer bug in coala-analyzer. I fix

3条回答
  •  一生所求
    2020-12-22 17:54

    It means combining several commits into one. Have a look at :

    https://ariejan.net/2011/07/05/git-squash-your-latests-commits-into-one/

    Squash my last X commits together using Git

提交回复
热议问题