Skip to content

Commit

Permalink
oboro => [aliases.bash]
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Aug 16, 2024
1 parent b735c12 commit 8fcec70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runes/bash/aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ gp() {
alias gpt='gp && gp origin --tags'
alias gpf='gp --force-with-lease'
alias gpft='gp --force-with-lease && gp origin --tags'
function gdt() {
g tag -d "$1" && git push origin --delete "$1"
}
alias gst='git status'
function gcm() {
case "$(git branch --format='%(refname:short)')" in
Expand Down

0 comments on commit 8fcec70

Please sign in to comment.