Skip to content

Instantly share code, notes, and snippets.

@dinushchathurya
Created March 17, 2025 22:48
Show Gist options
  • Save dinushchathurya/8131d54c88540e7a8b3241862a420dc0 to your computer and use it in GitHub Desktop.
Save dinushchathurya/8131d54c88540e7a8b3241862a420dc0 to your computer and use it in GitHub Desktop.
Git Fork Push

Push the Branch to Your Fork (origin)

git push origin NEW-BRANCH-NAME

Push the Branch to the Original Repository (upstream)

git push upstream NEW-BRANCH-NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment