1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-24 04:32:20 +00:00

Minor changes

This commit is contained in:
J. Fernando Sánchez
2013-08-23 14:47:29 +02:00
parent 86ca9919e5
commit 28e72bd06c
5 changed files with 6 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ date: 2013-08-22 23:14:00
tags: git
---
A simple trick. If you want to remove all the '.swp' files from a git repository, just use:
{% highlight bash %}
git rm --cached '\*\*.swp'
{% endhighlight %}