Android Studio Update Project: Merge vs Rebase vs Branch Default

后端 未结 6 590
一生所求
一生所求 2020-12-13 01:51

Apologies if this seems redundant as I know there are fair amount of questions regarding Merge vs Rebase, but there doesn\'t seem to be any that throw in \'Branch Default\'

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 02:14

    Update Git project with android studio terminal

    1. git add .
    2. git commit -m "anything"
    3. git push origin master

    This is what I was wanting to find the answer from your post. So that's why I writing this answer.

提交回复
热议问题