Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Operating a GitHub pull request on Android Studio

I can't manage to find a simple way to initiate a merge from a pull request in Android Studio, where everything else concerning github is quite well implemented. The only way I have found is to enter the console instruction they give on GitHub in Git Shell, and to switch back to Android Studio after that to merge.

Did I miss a simpler way to do that ?

like image 379
Adrian Amigues Avatar asked Mar 20 '15 18:03

Adrian Amigues


People also ask

How do I review a pull request on Android?

Benefits of using your IDE for reviewing pull requests Select the file and click “Show Diff (⌘D)”. Changes highlighted — When you open changed file, you see the changed lines highlighted. You can also see what was previous version of changed snippet.


1 Answers

  1. Click right button on the tree project or code editor.
  2. Select Git menu.
  3. Select Repository menu.
  4. Select Pull menu.

The window Pull Changes will open. Then select Pull button. Check out the images below:

enter image description here enter image description here

like image 133
Leonardo Costa Avatar answered Oct 19 '22 07:10

Leonardo Costa