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
Post a Comment