Git Repository

Obtaining the latest source
The current development scripts are available from a git repository.
To setup a local copy go to the base directory where you want the scripts and run the following command:
git clone http://dominodesigns.info/git/primstar.git
If you have a clone of the old repository, just edit .git/config and change the url variable to http://dominodesigns.info/git/primstar.git
In future to get the latest scripts, go into the primstar directory and run the following command:
git pull
If you want your own branch to hack on just run:
git branch myNewBranchName
To switch to using your new branch run:
git checkout myNewBranchName
To revert to the official scripts run:
git checkout master
To merge updates from the main scripts to your scripts run:
git merge master
You may need to use rebase if you have edited scripts that have since been updated:
git rebase master myNewBranchName

Recent comments
7 hours 37 min ago
1 day 14 hours ago
3 days 13 hours ago
3 days 13 hours ago
4 days 1 hour ago
4 days 3 hours ago
4 days 5 hours ago
4 days 12 hours ago
6 days 4 hours ago
1 week 7 hours ago