Skip to content

Instantly share code, notes, and snippets.

View entozoon's full-sized avatar

Michael Cook entozoon

View GitHub Profile
@danielestevez
danielestevez / gist:2044589
Last active March 20, 2024 22:04
GIT Commit to an existing Tag
1) Create a branch with the tag
git branch {tagname}-branch {tagname}
git checkout {tagname}-branch
2) Include the fix manually if it's just a change ....
git add .
git ci -m "Fix included"
or cherry-pick the commit, whatever is easier
git cherry-pick {num_commit}
@kcak11
kcak11 / App.md
Last active November 30, 2023 18:24
Country Codes

Country Codes

List of all Country Codes (ISO & Dialing) sorted in alphabetical order.