Repositories
flightgear
This is a repository for the FlightGear flight simulator. It includes the entire history of the flight simulation portion of FlightGear, dating back to 1997. more…
Branches
- next is the current head of development. Developers and power users should run this.
- master is the branch where a new release is made. If we made a release “tomorrow,” it would be the bits in master. Users who want to track the latest features, but not deal with massive instability, should run this. Usually master will be a week or two behind next.
- maint is a branch for bug fixes to a release.
If new development only depends on code that is already in master, it should be done in branches made from master, then merged into next. In this way new features have a chance to “cook” in the next branch before being added to master; at the same time it is straightforward to update master to include a feature without sucking in everything else in next.
-
Cloning this repository:
git clone git://gitorious.org/fg/flightgear.git flightgear cd flightgear
Add this repository as a remote to an existing local repository:
git remote add flightgear git://gitorious.org/fg/flightgear.git git fetch flightgear git checkout -b my-local-tracking-branch flightgear/master_or_other_branch
simgear
This is a repository of the SimGear simulation library. It includes low-level math, graphics, and other functions used by the FlightGear flight simulator, TerraGear scenery generation tools, and other projects. This contains the complete history going back to 1997, even before SimGear was a standalone project. more…
Branches
- next is the current head of development.
Developers and power users should run this.
- master is the branch where a new release is made. If we made a release “tomorrow,” it would be the bits in master. Users who want to track the latest features, but not deal with massive instability, should run this. Usually master will be a week or two behind next.
- maint is a branch for bug fixes to a release.
If new development only depends on code that is already in master, it should be done in branches made from master, then merged into next. In this way new features have a chance to “cook” in the next branch before being added to master; at the same time it is straightforward to update master to include a feature without sucking in everything else in next.
-
Cloning this repository:
git clone git://gitorious.org/fg/simgear.git simgear cd simgear
Add this repository as a remote to an existing local repository:
git remote add simgear git://gitorious.org/fg/simgear.git git fetch simgear git checkout -b my-local-tracking-branch simgear/master_or_other_branch
jesters-clone
-
Cloning this repository:
git clone git://gitorious.org/~jester/fg/jesters-clone.git jesters-clone cd jesters-clone
Add this repository as a remote to an existing local repository:
git remote add jesters-clone git://gitorious.org/~jester/fg/jesters-clone.git git fetch jesters-clone git checkout -b my-local-tracking-branch jesters-clone/master_or_other_branch
jesters-sg-clone
-
Cloning this repository:
git clone git://gitorious.org/~jester/fg/jesters-sg-clone.git jesters-sg-clone cd jesters-sg-clone
Add this repository as a remote to an existing local repository:
git remote add jesters-sg-clone git://gitorious.org/~jester/fg/jesters-sg-clone.git git fetch jesters-sg-clone git checkout -b my-local-tracking-branch jesters-sg-clone/master_or_other_branch
tom-sg-clone
-
Cloning this repository:
git clone git://gitorious.org/~tom-cat/fg/tom-sg-clone.git tom-sg-clone cd tom-sg-clone
Add this repository as a remote to an existing local repository:
git remote add tom-sg-clone git://gitorious.org/~tom-cat/fg/tom-sg-clone.git git fetch tom-sg-clone git checkout -b my-local-tracking-branch tom-sg-clone/master_or_other_branch
tom-fg-clone
-
Cloning this repository:
git clone git://gitorious.org/~tom-cat/fg/tom-fg-clone.git tom-fg-clone cd tom-fg-clone
Add this repository as a remote to an existing local repository:
git remote add tom-fg-clone git://gitorious.org/~tom-cat/fg/tom-fg-clone.git git fetch tom-fg-clone git checkout -b my-local-tracking-branch tom-fg-clone/master_or_other_branch
sport-model
-
Cloning this repository:
git clone git://gitorious.org/~jsd/fg/sport-model.git sport-model cd sport-model
Add this repository as a remote to an existing local repository:
git remote add sport-model git://gitorious.org/~jsd/fg/sport-model.git git fetch sport-model git checkout -b my-local-tracking-branch sport-model/master_or_other_branch
james-flightgear
-
Cloning this repository:
git clone git://gitorious.org/~zakalawe/fg/james-flightgear.git james-flightgear cd james-flightgear
Add this repository as a remote to an existing local repository:
git remote add james-flightgear git://gitorious.org/~zakalawe/fg/james-flightgear.git git fetch james-flightgear git checkout -b my-local-tracking-branch james-flightgear/master_or_other_branch
anders-flightgear
-
Cloning this repository:
git clone git://gitorious.org/~andersg/fg/anders-flightgear.git anders-flightgear cd anders-flightgear
Add this repository as a remote to an existing local repository:
git remote add anders-flightgear git://gitorious.org/~andersg/fg/anders-flightgear.git git fetch anders-flightgear git checkout -b my-local-tracking-branch anders-flightgear/master_or_other_branch
sport-simgear
-
Cloning this repository:
git clone git://gitorious.org/~jsd/fg/sport-simgear.git sport-simgear cd sport-simgear
Add this repository as a remote to an existing local repository:
git remote add sport-simgear git://gitorious.org/~jsd/fg/sport-simgear.git git fetch sport-simgear git checkout -b my-local-tracking-branch sport-simgear/master_or_other_branch
zans-flightgear
-
Cloning this repository:
git clone git://gitorious.org/~zan/fg/zans-flightgear.git zans-flightgear cd zans-flightgear
Add this repository as a remote to an existing local repository:
git remote add zans-flightgear git://gitorious.org/~zan/fg/zans-flightgear.git git fetch zans-flightgear git checkout -b my-local-tracking-branch zans-flightgear/master_or_other_branch
zans-simgear
-
Cloning this repository:
git clone git://gitorious.org/~zan/fg/zans-simgear.git zans-simgear cd zans-simgear
Add this repository as a remote to an existing local repository:
git remote add zans-simgear git://gitorious.org/~zan/fg/zans-simgear.git git fetch zans-simgear git checkout -b my-local-tracking-branch zans-simgear/master_or_other_branch
jentrons-flightgear
This repository will track my changes to JSBSim and JSBSim head in general
-
Cloning this repository:
git clone git://gitorious.org/~jentron/fg/jentrons-flightgear.git jentrons-flightgear cd jentrons-flightgear
Add this repository as a remote to an existing local repository:
git remote add jentrons-flightgear git://gitorious.org/~jentron/fg/jentrons-flightgear.git git fetch jentrons-flightgear git checkout -b my-local-tracking-branch jentrons-flightgear/master_or_other_branch
mstanisaks-simgear
-
Cloning this repository:
git clone git://gitorious.org/~mstanisak/fg/mstanisaks-simgear.git mstanisaks-simgear cd mstanisaks-simgear
Add this repository as a remote to an existing local repository:
git remote add mstanisaks-simgear git://gitorious.org/~mstanisak/fg/mstanisaks-simgear.git git fetch mstanisaks-simgear git checkout -b my-local-tracking-branch mstanisaks-simgear/master_or_other_branch
mstanisaks-flightgear
-
Cloning this repository:
git clone git://gitorious.org/~mstanisak/fg/mstanisaks-flightgear.git mstanisaks-flightgear cd mstanisaks-flightgear
Add this repository as a remote to an existing local repository:
git remote add mstanisaks-flightgear git://gitorious.org/~mstanisak/fg/mstanisaks-flightgear.git git fetch mstanisaks-flightgear git checkout -b my-local-tracking-branch mstanisaks-flightgear/master_or_other_branch
fgdata
This is the master data repository for the FlightGear project.
-
Cloning this repository:
git clone git://gitorious.org/fg/fgdata.git fgdata cd fgdata
Add this repository as a remote to an existing local repository:
git remote add fgdata git://gitorious.org/fg/fgdata.git git fetch fgdata git checkout -b my-local-tracking-branch fgdata/master_or_other_branch
alexperry-simgear
-
Cloning this repository:
git clone git://gitorious.org/~alexperry/fg/alexperry-simgear.git alexperry-simgear cd alexperry-simgear
Add this repository as a remote to an existing local repository:
git remote add alexperry-simgear git://gitorious.org/~alexperry/fg/alexperry-simgear.git git fetch alexperry-simgear git checkout -b my-local-tracking-branch alexperry-simgear/master_or_other_branch
alexperry-fgdata
-
Cloning this repository:
git clone git://gitorious.org/~alexperry/fg/alexperry-fgdata.git alexperry-fgdata cd alexperry-fgdata
Add this repository as a remote to an existing local repository:
git remote add alexperry-fgdata git://gitorious.org/~alexperry/fg/alexperry-fgdata.git git fetch alexperry-fgdata git checkout -b my-local-tracking-branch alexperry-fgdata/master_or_other_branch
anders-fgdata
Repository for my work on fgdata. more…
Branches:
historical/master-* Check-points in the history.
var-ification-rebase Bug fixes adding missing var-keywords. Rebase onto HEAD.
experimental-wild-cherries-rebase
Various bug fixes etc. Cherry-pick.
ocean-add-on-public My old iceberg add-on. Rebase onto HEAD.
NOTE: I don’t keep branches for my aircraft here. They are in my hangar repositories.
Branch name legend:
<topic>-public – Tracks my work done on <topic>. Has been pushed to the main fgdata repository.
<topic>-rebase – Work-in-progress on <topic>. Might be rebased on current upstream fgdata at any time.
-
Cloning this repository:
git clone git://gitorious.org/~andersg/fg/anders-fgdata.git anders-fgdata cd anders-fgdata
Add this repository as a remote to an existing local repository:
git remote add anders-fgdata git://gitorious.org/~andersg/fg/anders-fgdata.git git fetch anders-fgdata git checkout -b my-local-tracking-branch anders-fgdata/master_or_other_branch
woots-fgdata
-
Cloning this repository:
git clone git://gitorious.org/~woot/fg/woots-fgdata.git woots-fgdata cd woots-fgdata
Add this repository as a remote to an existing local repository:
git remote add woots-fgdata git://gitorious.org/~woot/fg/woots-fgdata.git git fetch woots-fgdata git checkout -b my-local-tracking-branch woots-fgdata/master_or_other_branch
pushbacks-simgear
-
Cloning this repository:
git clone git://gitorious.org/~pushback/fg/pushbacks-simgear.git pushbacks-simgear cd pushbacks-simgear
Add this repository as a remote to an existing local repository:
git remote add pushbacks-simgear git://gitorious.org/~pushback/fg/pushbacks-simgear.git git fetch pushbacks-simgear git checkout -b my-local-tracking-branch pushbacks-simgear/master_or_other_branch
pushbacks-flightgear
-
Cloning this repository:
git clone git://gitorious.org/~pushback/fg/pushbacks-flightgear.git pushbacks-flightgear cd pushbacks-flightgear
Add this repository as a remote to an existing local repository:
git remote add pushbacks-flightgear git://gitorious.org/~pushback/fg/pushbacks-flightgear.git git fetch pushbacks-flightgear git checkout -b my-local-tracking-branch pushbacks-flightgear/master_or_other_branch
pushbacks-fgdata
-
Cloning this repository:
git clone git://gitorious.org/~pushback/fg/pushbacks-fgdata.git pushbacks-fgdata cd pushbacks-fgdata
Add this repository as a remote to an existing local repository:
git remote add pushbacks-fgdata git://gitorious.org/~pushback/fg/pushbacks-fgdata.git git fetch pushbacks-fgdata git checkout -b my-local-tracking-branch pushbacks-fgdata/master_or_other_branch
mreeds-fgdata
-
Cloning this repository:
git clone git://gitorious.org/~mreed/fg/mreeds-fgdata.git mreeds-fgdata cd mreeds-fgdata
Add this repository as a remote to an existing local repository:
git remote add mreeds-fgdata git://gitorious.org/~mreed/fg/mreeds-fgdata.git git fetch mreeds-fgdata git checkout -b my-local-tracking-branch mreeds-fgdata/master_or_other_branch
hvengels-fgdata-p51d-jsbsim
-
Cloning this repository:
git clone git://gitorious.org/~hvengel/fg/hvengels-fgdata-p51d-jsbsim.git hvengels-fgdata-p51d-jsbsim cd hvengels-fgdata-p51d-jsbsim
Add this repository as a remote to an existing local repository:
git remote add hvengels-fgdata-p51d-jsbsim git://gitorious.org/~hvengel/fg/hvengels-fgdata-p51d-jsbsim.git git fetch hvengels-fgdata-p51d-jsbsim git checkout -b my-local-tracking-branch hvengels-fgdata-p51d-jsbsim/master_or_other_branch
james-simgear
-
Cloning this repository:
git clone git://gitorious.org/~zakalawe/fg/james-simgear.git james-simgear cd james-simgear
Add this repository as a remote to an existing local repository:
git remote add james-simgear git://gitorious.org/~zakalawe/fg/james-simgear.git git fetch james-simgear git checkout -b my-local-tracking-branch james-simgear/master_or_other_branch
vivians-fgdata
-
Cloning this repository:
git clone git://gitorious.org/~vivian/fg/vivians-fgdata.git vivians-fgdata cd vivians-fgdata
Add this repository as a remote to an existing local repository:
git remote add vivians-fgdata git://gitorious.org/~vivian/fg/vivians-fgdata.git git fetch vivians-fgdata git checkout -b my-local-tracking-branch vivians-fgdata/master_or_other_branch
almursis-fgdata
Working on Eurofighter Typhoon simulation.
See http://www.flightgear.org/forums/viewtopic.php?f=4&t=1460
(Last clone update from fgdata on Sep 28).
-
Cloning this repository:
git clone git://gitorious.org/~almursi/fg/almursis-fgdata.git almursis-fgdata cd almursis-fgdata
Add this repository as a remote to an existing local repository:
git remote add almursis-fgdata git://gitorious.org/~almursi/fg/almursis-fgdata.git git fetch almursis-fgdata git checkout -b my-local-tracking-branch almursis-fgdata/master_or_other_branch
pigeons-flightgear
-
Cloning this repository:
git clone git://gitorious.org/~pigeon/fg/pigeons-flightgear.git pigeons-flightgear cd pigeons-flightgear
Add this repository as a remote to an existing local repository:
git remote add pigeons-flightgear git://gitorious.org/~pigeon/fg/pigeons-flightgear.git git fetch pigeons-flightgear git checkout -b my-local-tracking-branch pigeons-flightgear/master_or_other_branch
williefs-fgdata
-
Cloning this repository:
git clone git://gitorious.org/~willief/fg/williefs-fgdata.git williefs-fgdata cd williefs-fgdata
Add this repository as a remote to an existing local repository:
git remote add williefs-fgdata git://gitorious.org/~willief/fg/williefs-fgdata.git git fetch williefs-fgdata git checkout -b my-local-tracking-branch williefs-fgdata/master_or_other_branch

