what files to include in git code example
Example 1: git add all files
git commit -a -m "msg"
Example 2: how to git ignore a file
git config --global core.excludesfile ~/.gitignore_global
git commit -a -m "msg"
git config --global core.excludesfile ~/.gitignore_global