Skip to content

Commit

Permalink
fix grom alias
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Aug 7, 2020
1 parent d039e7b commit 1b7a43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function git_rebase_on_master() {
gco $curr
g rebase master
}
alias grom='rebase_on_master'
alias grom='git_rebase_on_master'

# Check if git repo has changed changed (master vs. origin/master)
function git_has_repo_changed() {
Expand Down

0 comments on commit 1b7a43e

Please sign in to comment.