I have this "--bare" project on my server named "WebsiteCore" and every git commit is a feature.
I wish to create a new project with some commits from "WebsiteCore" (I just want some features). I would also like to make an other "--bare" project on my server to work on the new project remotely.
I'm not really experienced with git and I don't know if this is possible.
Thanks for your time.