View merge all commits
git checkout yourBranch | |
git reset $(git merge-base master $(git rev-parse --abbrev-ref HEAD)) | |
git add -A | |
git commit -m "one commit on yourBranch" | |
git push --force |
View init.coffee
atom |