Skip to content

Instantly share code, notes, and snippets.

@ansell
Created November 1, 2017 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ansell/271d1fe8454c2a06b7265c1411a382ad to your computer and use it in GitHub Desktop.
Save ansell/271d1fe8454c2a06b7265c1411a382ad to your computer and use it in GitHub Desktop.
bash aliases
alias mci="mvn clean install"
alias mcist="mvn clean install -DskipTests"
alias mcd="mvn clean deploy"
alias mcd-sonatype="mvn clean deploy -Psonatype-oss-release"
alias gfa="git fetch --all"
alias gmff="git merge --ff-only"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment