there is a manual way to do it .

git rm -r . --cached

then edit .gitignore and add the specs folder

git add .

git commit -am " with no specs folder"

git push

to go back to normal

git rm -r . --cached

then edit .gitignore and remove the specs folder

git add .

git commit -am " with no specs folder"

git push

i think is possible to add this to you cap recipe , but the thing is you
could add the specs folder to the .gitignore file and push, but before
adding it you have to flush the cached index.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to