hi i have a git repository with the following folders and ofcourse some files in each of these folders. this git tree is cloned from a git server over nfs. since nfs is slow i want to clone this tree to my local disk and almost all of work is done only in folder 'three'. so can i initiate a new git tree in 'three' and use this new tree to clone to my local disk ? i will make modifications in the local disk only to the git tree at 'three' and push it upward. in the main tree it should look like i made changes there and i should be able to push to the origin ? is this possible ?
one/ two/ three/ four/ five/ -- 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.
