[Notes] Comprehensive list of commonly used Git commands
Following the last time, I took the time to sort out a relatively complete list of commonly used Git commands, and found a great map, very high-definition (1759*3162). View, add, submit, delete, retrieve, reset modified files git help # Display help for command git show # Display the contents of a certain commit git show $id git co – # Discard workspace modifications git co . # Discard workspace modifications ...