Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Git Basics Working With Remote Repositories Working With Remotes

Can you store a Git project on a file server? What about backups?

Is there a way to store a git "enabled" project on a file server? At my job, my department has a F:\, which is where we store our files. Could the files for a git project sit on this file server, and then I edit the files on my desktop and push the changes back to the file server?

Also, it seems the assumption is that projects live on your computer. How do people back-up their projects on a regular basis?

1 Answer

Todd MacIntyre
Todd MacIntyre
12,248 Points

I don't have a ton of experience with push and pull requests to/from remotes, but assuming you can install git on your work computer it should work fine. Maybe set up your origin on github and setup your work and home computer as remotes, and then push/pull from origin.