mirror of
				https://github.com/balkian/balkian.github.com.git
				synced 2025-10-30 23:28:18 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			260 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			260 B
		
	
	
	
	
	
	
	
layout, title, date, tags
| layout | title | date | tags | 
|---|---|---|---|
| post | Remove git files with globbing | 2013-08-22 23:14:00 | 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 %}