Created
July 17, 2014 21:28
-
-
Save jpcercal/44e2dc13f2d70aca6f8e to your computer and use it in GitHub Desktop.
Git Rebase - Caso HWIOAuthBundle - BufferApp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git checkout master && \ | |
| git branch -D test2 && \ | |
| git checkout -b test2 | |
| git ls-files | xargs git update-index --add --chmod=-x | |
| git commit -m "Local mode changed" && \ | |
| git checkout -- . && \ | |
| git rebase -i HEAD~4 | |
| pick | |
| squash | |
| squash | |
| squash | |
| New Message: BufferApp OAuth2. | |
| git push origin :test2 && \ | |
| git push origin test2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment