Gitche at
Gitche at
name ""
git config --gloabl user.email ""
git config --global --replace-all user.name ""
git init
git add FILENAME stage file
git add -A stage ALL fileS
git commit -m ""
git commit -a -m ""
git status
git status -s
git diff
git diff --staged
git rm --staged
git rm deletes from git n hard disk
touch .gitignore