Skip to content

Instantly share code, notes, and snippets.

@Ebazhanov
Created January 15, 2020 13:44
Show Gist options
  • Save Ebazhanov/fb7ded4046f3ca6558ee5ab57332aa6d to your computer and use it in GitHub Desktop.
Save Ebazhanov/fb7ded4046f3ca6558ee5ab57332aa6d to your computer and use it in GitHub Desktop.
My GitCheatShceet
Remove Git cache:
`git rm -r -f --cached .`
Rebase with:
`git rebase -i develop`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment