Thursday, March 21, 2013

Delete Git branches (local or remote)

git fetch -p # sync local branches with remote
git branch -D my_branch # Local delete
git push origin :my_brach # remove branch remotely

Wednesday, March 13, 2013

Coursera: An Introduction to the U.S. Food System: Perspectives from Public Health

I earned 97.9% grade on "An Introduction to the U.S. Food System: Perspectives from Public Health". The couse was interesting and informative for me. I have "Statement of Accomplishment".

Wednesday (4 lines)