Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit de17cf4c71055b2b7239b2f5c147d59d8d8ef72e Author: Sven Eckelmann sven@narfation.org Date: Fri Jan 1 22:31:27 2010 +0000
doc: open-mesh/UsingBatmanGit
de17cf4c71055b2b7239b2f5c147d59d8d8ef72e open-mesh/UsingBatmanGit.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/UsingBatmanGit.textile b/open-mesh/UsingBatmanGit.textile index 5c5dab31..08d76839 100644 --- a/open-mesh/UsingBatmanGit.textile +++ b/open-mesh/UsingBatmanGit.textile @@ -34,7 +34,7 @@ The maint is a branch only maintained in git to gather bug fixes for the latest release. Cherry-pick is used to get commits from the master branch and git-am[[BR]] to insert patches from mailboxes.
-Create tracking branch after cloning the repository +Create branch associated with the remote-tracking branch after cloning the repository
{{{ git checkout -b maint --track origin/maint