I want to create an alias that looks something like this:
alias getres="git clone https://github.com/user/"
The goal is that i can type "getres repository name" and get the the repository.
However as it stands now,
typing "getres repository name"
Gives me an error saying the repostiory can't be found.