misscindy / Interview

Interview Practices
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Try something new. #1

Open qiaoshun8888 opened 9 years ago

qiaoshun8888 commented 9 years ago

Make a new branch everyday.

git checkout -b '04-23-2015'

or other names you prefer.

And make a pull request on Github at the end of the day. So I can review all of your code and give you comments.

After I reviewed your code, you can merge the branch to master, and then delete it on github and your local.

Here is a great article for learning about git branch:

misscindy commented 9 years ago

ok master sheefu