Created
July 3, 2019 21:20
-
-
Save pugson/02acff74396bde4eaebd58229c9fc799 to your computer and use it in GitHub Desktop.
Git clone and cd into the directory after
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
gcd() { | |
git clone "$1" && cd "$(basename "$1" .git)" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment