lukeed / generator-taskr

Official Yeoman generator for Taskr
25 stars 2 forks source link

Feature Request: Git Init & first commit #10

Closed lukeed closed 8 years ago

lukeed commented 8 years ago

Prompt with "initialize git? [Y/n]"

If yes, run:

git init && git add -A && git commit -m "first commit ✈️"

( :airplane: if my system emoji doesn't appear correctly on github ^^^ )

ghost commented 8 years ago

That would be nice :+1: