benthayer / git-gud

Wanna git gud? Then get git-gud, and git gud at git!
MIT License
414 stars 43 forks source link

YAML + Commit Names + Files #265

Closed benthayer closed 4 years ago

benthayer commented 4 years ago

closes #245

Use YAML syntax to set the commit names and to add files

sahansk2 commented 4 years ago

Will you update the level templates to showcase the YAML syntax in this PR? Or will that implemented elsewhere?

benthayer commented 4 years ago

@sahansk2 I think this is done. Can you take a look to see if anything's missing or if any of the code doesn't make sense?

benthayer commented 4 years ago

@sahansk2 can you check this out again. I updated this so files created have names such as 2.txt instead of 2 when using git gud commit or setting up a level. They also come with a message. Hopefully this resolves the issues you brought up

sahansk2 commented 4 years ago

@benthayer Yep, this all looks good!