What does GitHub for Windows' “sync” do?

前端 未结 4 1588
日久生厌
日久生厌 2020-12-02 14:14

With GitHub for Windows, you can \"publish\" a branch, and then \"sync\" that branch to GitHub.

\"enter

4条回答
  •  温柔的废话
    2020-12-02 14:48

    To add to @ethanyang's answer,

    According to the alias configured in the gitconfig,

    [alias]
    ...
    sync = !git pull && git push
    

提交回复
热议问题