...
[10:42:06 CST(-0600)] <drewwills> i guess so, and that's the only conclusion I could drap at the time
[10:42:38 CST(-0600)] <drewwills> but i was surprised it wouldn't push when I manually revied the last 6-8 commits and confirmed they matched
[10:42:44 CST(-0600)] <EricDalquist> what you needed to do was a fetch "git fetch origin" that updates the remote branches to sync up with the origin remote
[10:43:15 CST(-0600)] <EricDalquist> then rebase your local branch on top of the remote branch by doing "git rebase origin/rel-4-0-patches"