Still behind the origin after git pull -


i have cloned repository behind origin x commits. git pull looks works fine, compressing, receiving etc. when try git status after git pull there's message i'm still behind. cause of problem?

that's message after git status :

on branch release/xxxx branch behind 'origin/release/xxxx' 351 commits, , can fast-forwarded.   (use "git pull" update local branch) nothing commit, working tree clean` 

pull branch name:

$ git pull origin release/xxxx     

note: running git pull origin/release/xxxx (give space instead '/' after origin)


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -