FlightGear Git: Difference between revisions

Jump to navigation Jump to search
m
→‎Some more helpful commands: tracking a release branch
m (→‎Some more helpful commands: tracking a release branch)
Line 124: Line 124:
: may be used to throw away any local changes to the ''working tree''. Use with care, as any option that name is <tt>-f</tt> or <tt>--force</tt>, and only after reading <code>git checkout help</code>!
: may be used to throw away any local changes to the ''working tree''. Use with care, as any option that name is <tt>-f</tt> or <tt>--force</tt>, and only after reading <code>git checkout help</code>!


==== Tracking a release branch ====
<pre>
git branch -t -l release/2.6.0 origin/release/2.6.0
git checkout -b release/2.6.0
</pre>


=== fgdata.bundle ===
=== fgdata.bundle ===

Navigation menu