- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2016 08:23 AM
we can create branches from within the the studio but i couldn't find any option of merging those branches with master. so everytime if I wanted to merge any branch i had to open up GitHub and merge branches there. then i have to comeback to studio and do 'apply remote changes' otherwise it would have old master.
is this limitation of studio or am i missing something?
Solved! Go to Solution.
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2016 03:33 PM
Hi Rushit,
Merging branches does not yet exist within ServiceNow. It is on the roadmap. I do not have a release target at this point. If I hear more, I will post it here.
You can move information between branches by using stashes or exporting the content from one branch (e.g. a business rule and a script include) and importing it using XML export/import.
Please do not manipulate the repository information directly in Git or you could render your repository useless.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2016 10:35 AM
Hi Rushit,
Please refer TechNow Episode 26 | Source Control, New in Helsinki - YouTube
Let me know if you have any questions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2016 03:33 PM
Hi Rushit,
Merging branches does not yet exist within ServiceNow. It is on the roadmap. I do not have a release target at this point. If I hear more, I will post it here.
You can move information between branches by using stashes or exporting the content from one branch (e.g. a business rule and a script include) and importing it using XML export/import.
Please do not manipulate the repository information directly in Git or you could render your repository useless.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 06:02 AM
Hi Rushit,
Have we answered your question? This is still listed on the unanswered list.
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2019 05:51 AM
Chuck, I want to make sure I am interpreting this correctly. I am working on a branch in Studio for one of my applications. Would this be the correct steps?
1. Stash local changes from the branch I am working on.
2. Load the master into studio
3. Use Manage Stashes to apply the recently saved stash
Also, would it be prudent to add a tag to the master before doing this?