On 17 September 2014 13:19, Akhilesh Yadav <[email protected]> wrote: > Hi, > > I am totally new to Git.I have installed and configured local Git server for > the first time.There is almost 200 scripts in my Git repository. > > How can a user pull a single script from the Git repository and make some > changes to the script and push back script to Git server without pulling all > the script.
Short answer: You need to pull everything. Please read: http://en.wikipedia.org/wiki/Distributed_revision_control Git is a DVCS (distributed version control system) and it is quite different from a Client-Server VCS. Regards Martin M. S. Pedersen -- 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/d/optout.
