mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
This adds `--force` to `git add` when needed. For example: $ git add dist/*.js The following paths are ignored by one of your .gitignore files: dist/app.js dist/background.js dist/options.js Use -f if you really want to add them. $ fuck git add --force dist/app.js dist/background.js dist/options.js [enter/↑/↓/ctrl+c] $