He was obviously wanting to use some module to access a repo's data. There are some modules i can spot on nPM that could help: https://www.npmjs.org/package/git-wrapper2 https://www.npmjs.org/package/git-tools https://www.npmjs.org/package/js-git
etc, etc~ Am 30.03.2014 um 17:28 schrieb Duy Nguyen <[email protected]>: > Generally you need to init your git repo first (you did it I assume), then > clone it in your local repo (in your laptop or desktop) using git clone > ---your repo url. > > After that you can add new files and commit + push to your repo. > > > > > On Sun, Mar 30, 2014 at 10:18 PM, Ashutosh Das <[email protected]> wrote: > How to retrieve file, commit etc. info from bare git repo? When I have > created a git server using git init --bare command there are branches/ > config description HEAD hooks/ info/ objects/ refs/ created by default. > How can I retrieve file list or their content , commit info using nodejs ? > > -- -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" 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.
