I am on no branch and the only person who push currently to the stream, why when I do
git push
I get:
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/dsak.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
After perform git pull
the git push
works just fine.