Open main menu

Changes

Git svn

92 bytes added, 21:20, 21 October 2020
m
{{historical svn}}
__TOC__
 
= relax branches at github =
You should install [[msysgit]] on windows, to do the commands.
# Linux
git remote add origin https://${GIT_USER_NAME}@github.com/nmr-relax/relax_trunk.git
# Or git remote add origin github https://${GIT_USER_NAME}@github.com:/${GIT_USER_NAME}/nmr-relax/relax_trunk.git
# Or if you have setup a SSH key in github, and tested with: ssh -T git@github.com git remote add hub https://${GIT_USER_NAME}set-url origin git@github.com/${GIT_USER_NAME}:nmr-relax/relax_trunk.git # Or git remote add set-url hub git@github.com:${GIT_USER_NAME}/${GIT_USER_NAME}/relax_trunk.git
git fetch origin
</source>
== Sync script from SVN to Hithub Github ==
<source lang="bash">
#!/bin/bash
= See also =
[[Category:git]]
[[Category:Relax]]
Trusted, Bureaucrats
4,223

edits