I created a new branch called 'aq', did a bunch of work on it and committed.
Then I went back to my master to fix some bugs and committed those.
What is the best way to get those bug fixes into my new 'aq' branch? Create another new branch off of the master now and merge it with 'aq'?
