git add force code example Example 1: Force add despite the .gitignore file git add --force my/ignore/file.foo Example 2: git add all files git commit -a -m "msg"