Difference between revisions of "Source Control (GIT)"

From PowerUI
Jump to: navigation, search
(Created page with "PowerUI's source is available via GIT to everybody with a PowerUI license along with a [web based Gitlab UI for easy access](https://git.kulestar.com/PowerUI/UnityProject). It...")
 
Line 1: Line 1:
PowerUI's source is available via GIT to everybody with a PowerUI license along with a [web based Gitlab UI for easy access](https://git.kulestar.com/PowerUI/UnityProject). It's highly recommended you set up access as it's easy to do and will keep you right up to date with all the latest changes. Known bugs and feature requests are handled there too.
+
PowerUI's source is available via GIT to everybody with a PowerUI license along with a [https://git.kulestar.com/PowerUI/UnityProject web based Gitlab UI for easy access]. It's highly recommended you set up access as it's easy to do and will keep you right up to date with all the latest changes. Known bugs and feature requests are handled there too.
  
 
<strong>Gaining access</strong>
 
<strong>Gaining access</strong>
  
- Create an account on [My PowerUI](http://powerui.kulestar.com/me/).
+
- Create an account on [http://powerui.kulestar.com/me/ My PowerUI].
 
- Drop in your invoice number from the Unity Asset Store. You can get hold of the invoice number directly from your Unity Asset downloads window, or from the purchase email.
 
- Drop in your invoice number from the Unity Asset Store. You can get hold of the invoice number directly from your Unity Asset downloads window, or from the purchase email.
 
- You'll then see a box at the top which can grant you access. Click on the button ''(and expect a small barrage of emails!)''
 
- You'll then see a box at the top which can grant you access. Click on the button ''(and expect a small barrage of emails!)''
Line 10: Line 10:
 
<strong>Checking it out</strong>
 
<strong>Checking it out</strong>
  
The [UnityProject repository](https://git.kulestar.com/PowerUI/UnityProject) contains all of the individual modules, so you'll want to check that one out. '''Make sure you do a recursive checkout'''. The repository uses GIT Submodules (~20 of them), so a recursive checkout will make sure all of them are included for you.
+
The [https://git.kulestar.com/PowerUI/UnityProject UnityProject repository] contains all of the individual modules, so you'll want to check that one out. '''Make sure you do a recursive checkout'''. The repository uses GIT Submodules (~20 of them), so a recursive checkout will make sure all of them are included for you.

Revision as of 15:08, 13 January 2017

PowerUI's source is available via GIT to everybody with a PowerUI license along with a web based Gitlab UI for easy access. It's highly recommended you set up access as it's easy to do and will keep you right up to date with all the latest changes. Known bugs and feature requests are handled there too.

Gaining access

- Create an account on My PowerUI. - Drop in your invoice number from the Unity Asset Store. You can get hold of the invoice number directly from your Unity Asset downloads window, or from the purchase email. - You'll then see a box at the top which can grant you access. Click on the button (and expect a small barrage of emails!) - You can now login to and checkout any of the PowerUI repositories.

Checking it out

The UnityProject repository contains all of the individual modules, so you'll want to check that one out. Make sure you do a recursive checkout. The repository uses GIT Submodules (~20 of them), so a recursive checkout will make sure all of them are included for you.