Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are different between Update Project and Pull command about Github in Android Studio 3.3.1?

I use GitHub in my Android Studio 3.3.1 project.

There are similar icons next to both the menu items "Update Project..." and "Pull...".

What are different between Update Project and Pull commands in GitHub in Android Studio 3.3.1?

VCS Menu VCS

Update Project Update Project

like image 805
HelloCW Avatar asked Feb 27 '19 12:02

HelloCW


1 Answers

For projects stored in one version control repository, there is no difference. If a project contains modules stored in different version control systems or repositories, Update Project will update all of them, and Git | Pull... will update only a single one.

like image 69
yole Avatar answered Nov 02 '22 12:11

yole