Created
December 2, 2014 18:19
-
-
Save fbricon/f429056d793554c04762 to your computer and use it in GitHub Desktop.
useful aliases
This file contains hidden or 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 quick-verify='mvn clean verify -DskipTest' | |
| alias remindme='history | grep' | |
| upversion() {mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$@;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment