Skip to content

Instantly share code, notes, and snippets.

@belachkar
Created July 9, 2022 00:20
Show Gist options
  • Save belachkar/d82ea41b32c6c7e1566db2f30a197efe to your computer and use it in GitHub Desktop.
Save belachkar/d82ea41b32c6c7e1566db2f30a197efe to your computer and use it in GitHub Desktop.

Git tips

Fetch remote

Fetch the branch branch-name form remote origin.

git fetch origin branch-name:branch-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment