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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -