My git cheat sheet
  • Introduction
  • general workflow of git
  • general
  • studying?!
  • remote branch
  • git rebase?!
  • git pull/push
  • update a branch from the upstream
  • undo
  • git delete
  • 403, deny the push
  • git how to list all commit for one file
  • abort
Powered by GitBook
On this page

Was this helpful?

abort

When there are conflicts after the git pull, use git merge --abort. Now the project reset to whatever state it was before merge.

Previousgit how to list all commit for one file

Last updated 5 years ago

Was this helpful?