Changes

Jump to navigation Jump to search

Git branch creation

284 bytes added, 17:49, 18 May 2014
no edit summary
=== Check out the branch ===
See also [[Git_installation | Git installation]] for tips and tricks.
<source lang="bash">
# Catch which revision initiated the branch.
git svn clone -r $REV svn+ssh://$RUSER@svn.gna.org/svn/relax/branches/$BRANCH $BRANCH
# Copy .gitignore from relax_trunk and add relax_commit standard message.
cd $BRACHBRANCHcp ../relax_trunk/.gitignore .</source>cp ../relax_trunk/relax_commit.txt .git config --add commit.template "relax_commit.txt"
#Now check out the svn branch, which we will keep to perform certain svn commands.
</source>
 
== See also ==
[[Category:git]]

Navigation menu