Skip to content

Commit

Permalink
Replace bin/gfod w/ alias
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS committed Sep 19, 2024
1 parent 85cf546 commit 7677b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/gfod

This file was deleted.

2 changes: 2 additions & 0 deletions zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ alias tfaa='terraform apply -parallelism 100 -auto-approve'
alias tfd='terraform destroy -parallelism 100'
alias tff='terraform fmt -recursive'
alias tfsl='terraform state list | sort'

alias gfod='git fetch origin develop:develop'

0 comments on commit 7677b96

Please sign in to comment.