Skip to content

Instantly share code, notes, and snippets.

@minenam
minenam / git-tag-delete-local-and-remote.sh
Created April 10, 2025 04:22 — forked from mobilemind/git-tag-delete-local-and-remote.sh
how to delete a git tag locally and remote
# delete local tag '12345'
git tag -d 12345
# delete remote tag '12345' (eg, GitHub version too)
git push origin :refs/tags/12345
# alternative approach
git push --delete origin tagName
git tag -d tagName
@minenam
minenam / iterm2.md
Created August 8, 2024 06:28 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@minenam
minenam / I'm an early 🐤
Last active March 11, 2025 01:37
productive-box
🌞 Morning 159 commits ████░░░░░░░░░░░░░░░░░ 19.6%
🌆 Daytime 346 commits ████████▉░░░░░░░░░░░░ 42.6%
🌃 Evening 239 commits ██████▏░░░░░░░░░░░░░░ 29.4%
🌙 Night 68 commits █▊░░░░░░░░░░░░░░░░░░░ 8.4%