# Pastebin 4kAjb9cJ $git push To https://github.com/Foo/Bar ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/Foo/Bar' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. $git pull remote: Enumerating objects: 25, done. remote: Counting objects: 100% (24/24), done. remote: Compressing objects: 100% (6/6), done. remote: Total 13 (delta 7), reused 13 (delta 7), pack-reused 0 Unpacking objects: 100% (13/13), 1.50 KiB | 46.00 KiB/s, done. From https://github.com/Foo/Bar 7edfe48..65efe9e master -> origin/master hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Merge made by the 'recursive' strategy. Baz/whiz-3.5_blah.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)