Created
September 3, 2015 09:19
-
-
Save nini/ae39764c9a05a8403440 to your computer and use it in GitHub Desktop.
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 pbcopy='xclip -selection clipboard' | |
alias pbpaste='xclip -selection clipboard -o' | |
git flow feature start "$(pbpaste | tr -c '[:alnum:]' '-' | tr -s '-' '-')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment