Created
November 1, 2017 04:32
-
-
Save ansell/271d1fe8454c2a06b7265c1411a382ad to your computer and use it in GitHub Desktop.
bash aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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