Git URL shorthands
Just the other day I found myself logging into my personal GitLab just to fetch a URL for git clone
. I figured I could make a shell alias, but it seems that Git has something neat that works just as well. To clone a personal project, I just need to type: gcl my:<project>
.