Skip to content

Commit

Permalink
🔀 Merge pull request #39 from slacksystem/master
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons authored Jun 30, 2024
2 parents 13645fc + 53e69cf commit 212012e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ function grrm {
function grs {
git restore $args
}
function grst {
git restore --staged $args
}
function grset {
git remote set-url $args
}
Expand Down
1 change: 1 addition & 0 deletions src/git-aliases.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ $FunctionsToExport = @(
'grrm',
'grset',
'grs',
'grst',
'grt',
'gru',
'grup',
Expand Down

0 comments on commit 212012e

Please sign in to comment.