Get changes from master into branch in Git

Check out the aq branch, and rebase from master.

git checkout aq
git rebase master

Leave a Comment