Skip to content

Instantly share code, notes, and snippets.

@xiaomi7732
Last active May 18, 2023 17:26
Show Gist options
  • Save xiaomi7732/a17a17925fb9cb913f921262e43ec501 to your computer and use it in GitHub Desktop.
Save xiaomi7732/a17a17925fb9cb913f921262e43ec501 to your computer and use it in GitHub Desktop.
My Git Cheatsheet

My Git Cheatsheet

Commands that I use from time to time, but not that frequent.

Push a specific tag to remote

git push origin tag_name

Alternatively, when there's branch with the same name:

git push origin refs/tags/tag_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment