git config --global user.name "John Doe"git config --global user.email [email protected]git config --global core.editor vimgit config --global init.defaultBranch maingit config --listgit statusgit loggit log --onelinegit branch -d localBranchNamegit branch -D localBranchNamegit push origin --delete remoteBranchNamegit fetch -pgit branch --allgit remote -vgit checkout -- .git checkout --theirs .
git add .git rm --cached .envgit rm -r --cached .