softwareupdate -i -a
git reset --soft HEAD^
rsync -avzp destination local // example downloading file called .salam rsync -avzP [email protected]:/home/ec2-user/.salam ./Desktop
git branch | egrep -v "(^\*|main|staging)" | xargs git branch -D