Could anyone specify the process?
1. git clone g...@github.com:zhuwchicago/azkaban.git
2. git remote add upstream git://
github.com/azkaban/azkaban.git
3. git branch zhuwchicago
4. git checkout zhuwchicago
After the change is made, I did the following:
git commit -a
So the change is still in my branch, right? Is this the correct
process?