Created
February 28, 2023 02:08
-
-
Save kyouheicf/cf72b19de11a3458e771fbae664e4528 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
| export URL='http://example.com/example.git' | |
| git clone $URL && cd $(basename $_ .git) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment