PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

git pull origin mybranch' leaves local mybranch N commits ahead of origin. Why? - Stack Overflow

jeudi 6 novembre 2014 à 21:08
Httqm's Links 06/11/2014
I could only "fix" this by running
git fetch origin
on the remote repository side

Advice for the next time :
1. commit on origin (if applicable)
2. commit on remote
3. git pull <remote> <branch> -f
==> to be confirmed
(Permalink)