Friday, 2 February 2018

Git in Android Studio

How to get all changes of release branch to developer branch?


1)Navigate to VCS-->Git--->Merge Changes
There make sure you are on your current branch
2)Branvhes to merge:select the appropriate branch which you want to incorporate
3)Commit
4)Push

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...