Open main menu

Changes

Git svn

338 bytes added, 11:02, 23 July 2013
<source lang="bash">
cd $relax_trunk
git config --add user.name "Your Name"
git config --add user.email you@example.com
git config --add core.editor "nano"
git config --add github.user ${GIT_USER_NAME}
# If you are a member of the organization, with writing permissions, then do:
git remote add origin https://${GIT_USER_NAME}@github.com/nmr-relax/relax_trunk.git
<source lang="bash">
cd $relax_disp
git config --add user.name "Your Name"
git config --add user.email you@example.com
git config --add core.editor "nano"
git config --add github.user ${GIT_USER_NAME}
# If you are a member of the organization, with writing permissions, then do:
git remote add origin https://${GIT_USER_NAME}@github.com/nmr-relax/relax_disp.git