Created
May 20, 2017 15:46
-
-
Save zenorocha/75f9bc7b5bb79653989561bd8d4d0275 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
clone() { | |
git clone [email protected]:$1/$2.git | |
} |
Hum, interessante, eu já usava o Oh My Zsh e alguns alias feitos de outra forma, mas com parâmetro é novidade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why not
gh-clone()