URL as a Command
by blueray from LinuxQuestions.org on (#565V9)
When I enter a git repo url in terminal it says:
Code:% https://github.com/chmln/sd.git
zsh: no such file or directory: https://github.com/chmln/sd.gitI want https://github.com/chmln/sd.git to act as a command which will
Code:git clone https://github.com/chmln/sd.git
cd sdHow can I do that?


Code:% https://github.com/chmln/sd.git
zsh: no such file or directory: https://github.com/chmln/sd.gitI want https://github.com/chmln/sd.git to act as a command which will
Code:git clone https://github.com/chmln/sd.git
cd sdHow can I do that?