RepublicOfKids / SingAlongWithMe

Karaoke for everyone.
2 stars 1 forks source link

Create developer branch and environment #7

Closed yskhoo closed 11 years ago

yskhoo commented 11 years ago

We have to stop breaking Prod so easily

ryanjadhav commented 11 years ago

what's the plan of attack for this?

yskhoo commented 11 years ago

Create 'avicii' branch. Super simple! Just run:

git branch avicii (create branch) git checkout avicii (to use branch) git push origin avicii ( to let others see it)

This manual was awesome: http://rogerdudler.github.com/git-guide/