I\'m using git to track a project, and if it\'s possible, I\'d like to set things up so git handles all my code staging, I can have a local repository for testing, and then
Even though git is a distributed version control system, it is usually a good idea to have a central repository (could be a --bareone). It will simplify things.