danielgtaylor / malt.io

Malt.io free community for brewers
26 stars 11 forks source link

Bug fix for cloned recipe template #1

Closed jensyt closed 12 years ago

jensyt commented 12 years ago

Here's a tiny fix to show the source recipe name in the "Cloned from" text in the template. The original version showed the current recipe's name instead of the source recipe name.

jensyt commented 12 years ago

Not sure why that second commit is showing up unknown, but that was me as well... Is there any way to make a pull request that doesn't automatically pull any commits I make into it?

danielgtaylor commented 12 years ago

Ah you'll have to make branches to do that and do a merge request for each branch. You'll want to check out git branching and how branches are pushed, but it's pretty simple. E.g.:

git checkout -b my-cool-feature ... make changes ... git add/commit git push

To switch to another branch: git checkout branchname