Skip to content

Instantly share code, notes, and snippets.

@jpcercal
Created July 17, 2014 21:28
Show Gist options
  • Select an option

  • Save jpcercal/44e2dc13f2d70aca6f8e to your computer and use it in GitHub Desktop.

Select an option

Save jpcercal/44e2dc13f2d70aca6f8e to your computer and use it in GitHub Desktop.
Git Rebase - Caso HWIOAuthBundle - BufferApp
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