The other day I was trying to download an asset from a private Github repo. I couldn’t find a recent guide on how to do this. Most search results returned outdated results. Here is how to do it using curl and jq
Tag Archives: shell
oh-my-zsh git aliases
zsh combined with oh-my-zsh is my daily driver on the terminal and I love it. Here is one of there reasons why: git aliases g : git ga : git add gaa : git add –all gapa : git add –patch gc: git commit gcmsg: git commit -m gst: git status gp : git pushContinue reading “oh-my-zsh git aliases”