Git: How to do pre-commit

Git: How to do pre-commit

Whenever I want to commit, I always commit the object file created by C++ to the github server. This cannot be simply specified by the .gitignore file, a better way is to specify this in the pre-commit file
Read more
Git Cheatsheet Part 4: Change, Restore and Reset
Git Cheatsheet Part 3: Remote Repository
Git Cheatsheet Part 2: Command and Branches
Git Cheatsheet Part 1: Overview