oscarb pad
Guides, resources, notes, docs and knowledge for everything Oscar.
Tags
Git guide
Remove untracked and ignored files and directories
git clean -d -x --dry-run
git clean
Useful links
git - the simple guide - no deep shit!
Undo actions
How to undo (almost) anything with Git (
github.com
)
Reverting a commit (
help.github.com
)
Remove sensitive data - User Documentation (
help.github.com
)