mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-14 15:42:28 +00:00
219 B
219 B
title | date | tags | |
---|---|---|---|
Remove git files with globbing | 2013-08-22 23:14:00 |
|
A simple trick. If you want to remove all the '.swp' files from a git repository, just use:
git rm --cached '**.swp'