I have to branches, master and bryan.
I have pulled everything to master and rebased it to bryan.
When I make a change in my bryan branch, and try to push it, I get this error message:
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
Why do I get this message all the time? I have merged the changes with git rebase.