FlightGear Git on Windows: Difference between revisions

Jump to navigation Jump to search
(→‎Commiting changes: Added rebasing section before creating the merge request)
Line 144: Line 144:


Let <branch name> be the name of the local branch you want to push, that branch contains your work.
Let <branch name> be the name of the local branch you want to push, that branch contains your work.
Furthermore, <tt>fgdata</tt> refers to the repository at <tt>http://book.git-scm.com/4_rebasing.html</tt>, i.e. the official repository, whereas <tt>origin</tt> refers to your personal Gitorious repository.(You can use <code>git remote -v</code> to learn about all the remotes and their names.)
Furthermore, <tt>fgdata</tt> refers to the repository at <tt>git://gitorious.org/fg/fgdata</tt>, i.e. the official repository, whereas <tt>origin</tt> refers to your personal Gitorious repository.(You can use <code>git remote -v</code> to learn about all the remotes and their names.)


# Switch to that branch: <code>git checkout <branch name></code>
# Switch to that branch: <code>git checkout <branch name></code>
155

edits

Navigation menu