#Git Memo
- Memo Some Tips in Git
- This Note Will Keeping in Update
##Clean Non-tracked Files in Git
- Shows list of files will be remove:
git clean -n
- Remove files:
git clean -f
Go to list of users who liked
More than 5 years have passed since last update.
#Git Memo
##Clean Non-tracked Files in Git
git clean -n
git clean -f
Register as a new user and use Qiita more conveniently
Go to list of users who liked