Skip to content

Commit

Permalink
Update home/.config/alias.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Sep 27, 2024
1 parent 3b38738 commit f7b3524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/dot_config/alias.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ go = "git checkout"
gp = "git pull"
gs = "git status"
gw = "git whatchanged"
gbd = "git branch -d"
gbD = "git branch -D"
gsw = "git switch"
gswm = "git switch main"
gaa = "git add --all"
gap = "git add --patch"
gbm = "git branch --merged"
Expand Down

0 comments on commit f7b3524

Please sign in to comment.