Các lệnh Git có thể hữu ích đối với tôi và bạn!
Mà đéo có bạn đâu, nói cho vui thôi :)
git config --global user.name "John Doe"
git config --global user.email "johndoe@example.com"
git rm -r -f --cached .
git clone [repo]
git add .
# git add [file]
git commit -m "update"
git push
# git push origin [branch]
git diff --ignore-all-space
git config credential.helper store