The Snowths
I am
Zach
. I also
blog
,
tweet
,
photo
, and
scrobble
.
Posted 3 years ago
namespace :git do
desc “Remove removed files”
task :remove do
system(“for i in $(git status | grep deleted | awk ‘{print $3}’); do git rm $i; done”)
end
end
Rake task for removing deleted files from a git repo. (
via
)
Design by
Simon Fletcher
. Powered by
Tumblr
.
© Copyright 2010