Actually, I start with my working directory. One person "shop" (not a business). But basically, my working directory has everything. I just do "git push" commands as needed as a form of backing up my working directory to my NAS box. Also, I have a machine at work. And I modify and test files there as well. The work machine's repository accesses the NAS box though the home PC, going to the NAS box. When I decide to "stop work" on my PC at work, I do the "git add", "git commit" and "git push" to push everything to my NAS box. When I get home, I do a "git pull" to pull all the changes to my home machine and continue working there. And vice versa when I go from home to work.
On Wed, Aug 14, 2013 at 10:14 AM, dexter ietf <[email protected]> wrote: > > That's exactly what I do. I have my bare repository on an NFS mounted > filesystem, but my working directory on my local disk. It works well for me. > > hi john, can you explain me what do you mean by the above statement, > what's the workflow. do you clone only part of the tree to your local > disk ? > > On Wednesday, July 31, 2013 5:36:41 PM UTC+5:30, John McKown wrote: >> >> >> >> >> -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- As of next week, passwords will be entered in Morse code. Maranatha! <>< John McKown -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
