Git History Squash for fun and profit
Suppose you are developing a boring Jenkins pipline (like Jenkinsfile-s) with no time at all. You are forced to commit and then run the jenkins pipeline. Jenkins download the code from your LOCAL repository, using the simple git daemon command. Then you have plenty of stupid commit you would like to “squash” before pushing to …