You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(my-awesome-feature) ~/src/deals> git checkout master
Switched to branch 'master'
(master) ~/src/deals> git pull --rebase
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (8/8), done.
From svn.livingsocial.com:dev/deals
f836434..d77c8fe master -> dev/master
First, rewinding head to replay your work on top of it...
Fast-forwarded master to d77c8fe5f751362e98fe169b2a66f846f777eaf1.
2. Switch back to your branch and rebase on master
(master) ~/src/deals> git checkout my-awesome-feature
Switched to branch 'my-awesome-feature'
(my-awesome-feature) ~/src/deals> git rebase master
First, rewinding head to replay your work on top of it...
Applying: The _translated accessors (ie Deal#fine_print_translated) should fall back to the default (ie Deal#fine_print) if they are nil