Branch has been renamed from master to main :::::
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
sudo pacman -Syu
sudo pacman -S git github-cli -y
gh auth login
mkdir -p ~/repo
cd ~/repo
git clone https://github.com/mort1skoda/gitTestAndTut.git
cd gitTestAndTut
vim new.repo.txt.md
git status
git remote -v
git add new.repo.txt.md
git commit -m "short msg or I use $DATE"
git push
If you call your file(s) filname.txt.md all pre section boxes wil have the copy function!