git - Your branch is ahead of 'origin/master' by 1 commit

前端 未结 6 1267
眼角桃花
眼角桃花 2020-12-12 10:03

I am newbie in git and I am working on git.

I added some files in git :

git add 
git add 

then I want

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 10:46

    I resolved this by just running a simple:

    git pull
    

    Nothing more. Now it's showing:

    # On branch master
    nothing to commit, working directory clean
    

提交回复
热议问题