Skip to content
s-trinh edited this page Nov 30, 2016 · 1 revision

Memo

Squash commits:

  • git rebase -i HEAD~4
  • git push origin <branch_name> --force

Checkout remote branch:

  • git checkout -b branch_name /origin/branch_name
Clone this wiki locally