FlightGear Newsletter March 2015: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(More cleanup)
mNo edit summary
Line 40: Line 40:
Example for SimGear with read-only access:
Example for SimGear with read-only access:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git remote remove origin
git remote set-url origin git://git.code.sf.net/p/flightgear/simgear  
git remote add origin git://git.code.sf.net/p/flightgear/simgear  
</syntaxhighlight>
</syntaxhighlight>


Example for FlightGear source with read/write access:
Example for FlightGear source with read/write access:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git remote remove origin
git remote set-url origin http://git.code.sf.net/p/flightgear/flightgear
git remote add origin http://git.code.sf.net/p/flightgear/flightgear
</syntaxhighlight>
</syntaxhighlight>


72

edits

Navigation menu