Skip to content

Commit

Permalink
Add alias gfom=git fetch origin main:main
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS committed Oct 12, 2024
1 parent b489560 commit 14d8862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ alias tfd='terraform destroy -parallelism 100'
alias tff='terraform fmt -recursive'
alias tfsl='terraform state list | sort'

alias gfom="git fetch origin `git_main_branch`:`git_main_branch`"
alias gfod='git fetch origin develop:develop'

0 comments on commit 14d8862

Please sign in to comment.