Is this the proper way to "git" alaska?
#1
Like what I did there with the title?


I'm just wondering if this is the proper way to git-pull alaska on ubuntu...I've never done it this way, I'm used to downloading the zip's, so let me know if this is wrong please Smile I pulled the directions from the Aeon how-to, and changed the names to what I have or what I think they should be.

rickatnight11 Wrote:2.1 Using Git (Ubuntu Linux)
  • Open up Applications->Accessories->Terminal and navigate to the XBMC skin directory. Unless you have manually changed something you should be able to run the following command to go straight to it from wherever:
    Code:
    cd ~/.xbmc/skin
  • Clone the alaska repository with the git clone command optionally followed by the directory you would like created for it. Below are some examples:

    Run the following command to initialize the repository into the default "alaska" directory:
    Code:
    git clone git://github.com/HitcherUK/Alaska.git

    Run the following command to initialize the repository into the directory "Alaska"
    Code:
    git clone git://github.com/HitcherUK/Alaska.git "Alaska"
  • You can now cd into the directory (or one of the directories) you created. Remember, the path needs quotes around it if it contains spaces.
    Code:
    cd "Alaska"
  • If you are content with the default main branch (that contains the stable Alaska) then you can simply run git pull to make sure the repository is up to date. If you would like to use the "master" branch then you will need to run the following command first:
    Code:
    git checkout -b master origin/master
    This will change your active branch to "master". Now you can run git pull to download the changes from that branch.
You can now navigate to and run git pull from any of the directories you created with Git Bash, and the latest changes will be downloaded.
Board: Zotac ION-A-U Case: M350 Mini ITX Memory: 4GB Patriot PC6400 OS: XBMC on OpenELEC.tv build 6936 on a Corsair 32GB SSD Media Storage: W2K8 running on 14TB RAID 5 on an Asrock board w/ AMD Athlon X2 250 and PERC 6/I controller w/ 8 Samsung HD204UI Green drives Time to interface from power switch: 22.4 seconds.
Reply


Messages In This Thread
Is this the proper way to "git" alaska? - by Evanrich - 2009-12-13, 03:19
[No subject] - by hikaricore - 2009-12-13, 03:28
[No subject] - by uncertainty - 2009-12-13, 04:14
[No subject] - by mcborzu - 2009-12-13, 04:26
[No subject] - by Evanrich - 2009-12-13, 04:28
[No subject] - by hikaricore - 2009-12-13, 04:45
[No subject] - by Evanrich - 2009-12-13, 05:03
[No subject] - by uncertainty - 2009-12-13, 05:36
[No subject] - by hikaricore - 2009-12-13, 05:50
[No subject] - by Evanrich - 2009-12-13, 06:22
[No subject] - by uncertainty - 2009-12-13, 20:34
Logout Mark Read Team Forum Stats Members Help
Is this the proper way to "git" alaska?0