##Useful Git Commmands and Tips
add the files you want to ignore to .git/info/exclude
, this file will not be shared with other remotes, so only the local repo will ignore those files.
###Show information###
- git log/show command
git log --graph --oneline #show history