FlightGear Git: Difference between revisions

Jump to navigation Jump to search
Added details aboout creating an initial clone of the source from the project's gitorious repository.
m (Added Quick checkout header)
(Added details aboout creating an initial clone of the source from the project's gitorious repository.)
Line 21: Line 21:
This arrangement follows the scheme used by the Git maintainers.
This arrangement follows the scheme used by the Git maintainers.
[http://www.kernel.org/pub/software/scm/git/docs/howto/maintain-git.txt This description] is very technical; you will surely have achieved git-fu if completely understand it. However, the idea of maintaining several branches of different stability is common in collaborative software projects.
[http://www.kernel.org/pub/software/scm/git/docs/howto/maintain-git.txt This description] is very technical; you will surely have achieved git-fu if completely understand it. However, the idea of maintaining several branches of different stability is common in collaborative software projects.
==Quick checkout==
Brief notes:
# Check on gitorious for valid projects: http://gitorious.org/fg
# Cloning Simgear
# Cloning FlightGear
# Cloning FGData
By default you will be checking out the next branch of SimGear and FlightGear. This is probably what you want if you want to assist with reporting bugs and the like before they are release as a proper release version.
===Cloning SimGear===
<pre>
$ git clone git://gitorious.org/fg/simgear.git
Initialized empty Git repository in /home/gpatterson/project/flightgear/compiles/simgear/.git/
remote: Counting objects: 19784, done.
remote: Compressing objects: 100% (5896/5896), done.
remote: Total 19784 (delta 15095), reused 17731 (delta 13610)
Receiving objects: 100% (19784/19784), 6.85 MiB | 88 KiB/s, done.
Resolving deltas: 100% (15095/15095), done.
</pre>
===Cloning SimGear===
<pre>
$ git clone git://gitorious.org/fg/flightgear.git
Initialized empty Git repository in /home/gpatterson/project/flightgear/compiles/flightgear/.git/
remote: Counting objects: 72119, done.
remote: Compressing objects: 100% (17140/17140), done.
remote: Total 72119 (delta 57619), reused 68255 (delta 54756)
Receiving objects: 100% (72119/72119), 19.56 MiB | 111 KiB/s, done.
Resolving deltas: 100% (57619/57619), done.
</pre>
===Cloning FGData===
(To be done)


==External links==
==External links==
Line 32: Line 68:
* [http://sourceforge.net/projects/qgit qgit - interactive git repository viewer and frontend]
* [http://sourceforge.net/projects/qgit qgit - interactive git repository viewer and frontend]
* Additional [[Resources WRT running git on Win32]]
* Additional [[Resources WRT running git on Win32]]
==Quick checkout==
128

edits

Navigation menu