Hi,
I'd like to use Sourcetree as a Git client for my Oxygen content. How can I integrate it with Oxygen?
Thanks,
Anne
Integrating Sourcetree with Oxygen
-
- Posts: 346
- Joined: Mon May 09, 2016 9:37 am
Re: Integrating Sourcetree with Oxygen
Hello Anne,
You don't need to perform any special integration between oXygen and SourceTree to do version control for your content. You just need to set your project folder as the current working copy in SourceTree. After you edit your content in oXygen, you can go to SourceTree and push your changes, and so on.
You could also use our basic Git client plugin (https://github.com/oxygenxml/oxygen-git-plugin), which is displayed in a specialized side-view inside oXygen. Maybe you will find it easier to use. Please notice that it doesn't have all the advanced features that a stand-alone Git client such as SourceTree has.
All the best wishes,
Sorin Carbunaru
oXygen XML
You don't need to perform any special integration between oXygen and SourceTree to do version control for your content. You just need to set your project folder as the current working copy in SourceTree. After you edit your content in oXygen, you can go to SourceTree and push your changes, and so on.
You could also use our basic Git client plugin (https://github.com/oxygenxml/oxygen-git-plugin), which is displayed in a specialized side-view inside oXygen. Maybe you will find it easier to use. Please notice that it doesn't have all the advanced features that a stand-alone Git client such as SourceTree has.
All the best wishes,
Sorin Carbunaru
oXygen XML
Re: Integrating Sourcetree with Oxygen
Thank you!