From Fedora Project Wiki
(Created page with '= git and branches = {{{ git clone git://git.fedorahosted.org/git/spin-kickstarts.git git checkout --track -b F-11 origin/F-11 git checkout master git push --tags }}}')
 
Line 1: Line 1:
= git and branches =
= git and branches =
 
<pre>
{{{
git clone git://git.fedorahosted.org/git/spin-kickstarts.git
git clone git://git.fedorahosted.org/git/spin-kickstarts.git


Line 9: Line 8:


git push --tags
git push --tags
}}}
</pre>

Revision as of 03:26, 11 June 2009

git and branches

git clone git://git.fedorahosted.org/git/spin-kickstarts.git

git checkout --track -b F-11 origin/F-11

git checkout master

git push --tags