155
edits
(→Commiting changes: Added rebasing section before creating the merge request) |
(→Rebase the development branch: Fixed a wrong link) |
||
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> | 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> |
edits