On Wed, Jan 29, 2020 at 08:36:44AM -0800, Mohit Kumar Thakur wrote: > I'm a new to this open source contribution but i have a basic understanding > of Git. > > I want to start to contribute. > > Please guide me through the documentation > or reading material. Any help will be appreciated
What exactly do you want to contribute? Without stating this clearly, it's impossible to point you at the suitable documentation and other reading material. For a start, Git is a complex piece of software written in a mixture of programming languages - chiefly C but also Unix shell scripting, Perl (and even Tcl). "Basic understanding of Git" is by no means sufficient to work with its source code in any useful way, I would say. And also I think it's alarming you have not managed to read the README file of the Git project which is rendered right there on its Github mirror [1] and contains all the relevant pointers. Please take no offence, but this suggests you're not ready to contribute to such a high-profile project which is Git. I would strongly suggest to start small and first look at smaller-scale F/OSS projects. 1. https://github.com/git/git/ -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/20200129171333.cavnfcuu7xvuiypq%40carbon.
