A couple of quick additions to my dotfiles today:
git find-fat
- find large files that no longer existgit trim-fat
- remove files entirely from git history
A couple of quick additions to my dotfiles today:
git find-fat
- find large files that no longer existgit trim-fat
- remove files entirely from git historyA few new git aliases:
git undo
- Undo the most recent commit, unstaging all new filesgit up
- Update remote branches and submodules, delete merged branchesgit wipe
- Remove all current changes, saving as a seperate branch