Music for reading(spotify)

gh is a tool that integrates most of github functionalities into the terminal, you can manage repos, issues and authintication tokens

Quick start

Windows : use chocolaty choco install gh

Linux : installation steps

Auth

use gh auth login to authinticate with your github account, follow instructions that will appear on terminal

Setting an editor

gh config set editor <editor>, I recommend vim cause you won’t break the flow each time tou wanna commit by opening a graphical editor

simple workflow

gh repo list hamzawinix

gh repo clone hamzawinix/hamzawinix.github.io

git add .

git commit -a

git commit -a -m "commit message"

git push