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?

git pull/push

Previousgit rebase?!Nextupdate a branch from the upstream

Last updated 5 years ago

Was this helpful?

git push origin feature(push branch:feature to my remote/origin)

https://help.github.com/articles/pushing-to-a-remote/