I have Git issues (not again huuummmmpf):
I cannot push to a specific branch
I've then re-pull a re-push even a pull -rebase and re-push .
Nothing new happened.
(I've figured out a way to send my work)
Have you any field of search to suggest?
I really want to be able of resolving those issue myself in future.
Actually, not having all the answers as a student is understandable. But I am a bit lost and ressourceless with this case (and this makes me quite uncomfortable).
Where can I found clues to figure out what is happening with this damn repo.
PS: I had so many projects saved by all your efforts, so much thanks to all of you.
$ git pull origin stef
From github.com:PierreND/approfusion
* branch stef -> FETCH_HEAD
Already up-to-date.
$ git pull --rebase origin stef
From github.com:PierreND/approfusion
* branch stef -> FETCH_HEAD
Current branch 25_push is up to date.
$ git push origin stef
To git@github.com:PierreND/approfusion.git
! [rejected] stef -> stef (non-fast-forward)
error: failed to push some refs to 'git@github.com:PierreND/approfusion.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and merge the remote changes
hint: (e.g. 'git pull') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.