slush-marklogic-node icon indicating copy to clipboard operation
slush-marklogic-node copied to clipboard

Consider doing git init by default

Open grtjn opened this issue 10 years ago • 3 comments

Suggested by Paxton: We want to encourage people to use source control. This makes it easier to start using it. The Roxy new command has a --git flag that does a git init, or we can do that from within slush directly perhaps. Maybe add a small section in the readme or wiki to add a remote to github or unfuddle..

grtjn avatar Sep 22 '15 19:09 grtjn

modified line 148 and added 149 in slushfile.js

    '--branch=' + branch,
    '--git'

and it didn't do a git init on windows as far as I can tell.

hunterwilliams avatar Sep 23 '15 03:09 hunterwilliams

May need a better look. Pushing away for the moment..

grtjn avatar Sep 24 '15 19:09 grtjn

Any votes on this? If we were to do a git init via Roxy or otherwise automatically, we need to document how to connect it with github or other repo..

grtjn avatar Feb 18 '16 14:02 grtjn