Github command & tricks
Create token to manage private repo with cli
Go to this url: https://github.com/settings/tokens?type=beta create a new token Select Only se...
Get linux aliases
git clone https://github_pat_11AILJEXA0tMkkchkTmBMF_4okMG3msiNZuN6Z5PKljIXGKkyQsUaaEx3B4jsWvvLTYB...
CheatSheet
add file to stage git add <file> add commit git commit -m ['msg'] push commit git push pull...