How to check for changes on remote (origin) Git repository

后端 未结 8 1802
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 04:12

What are the Git commands to do the following workflow?

Scenario

I cloned from a repository and did some commits of my own to my local reposit

8条回答
  •  [愿得一人]
    2020-12-04 04:54

    A good way to have a synthetic view of what's going on "origin" is:

    git remote show origin
    

提交回复
热议问题