[Openmd-developers] Migrating to GitHub
Martin Vala
mvala at saske.sk
Wed Mar 25 03:24:50 EDT 2015
Dear Dan,
This is very good news. Thanks for such effort
Ciao
Martin
On 24.03.2015 20:35, Dan Gezelter wrote:
> Dear OpenMD developers,
>
> Now that version 2.3 is out, the main OpenMD subversion repository has been migrated over to github which we should use going forward. To get a copy of the repository:
>
> git clone https://github.com/OpenMD/OpenMD.git
>
> The git workflow is a little different than svn because each person has their own copy of the repository.
>
> To update from the remote repository, the "svn update" command is replaced with:
>
> git pull
>
> In svn, we might do "svn commit", but in git, there's an additional step required to push it out the remote repository:
>
> git commit -a
> git push remote
>
> There's a reasonably good overview here: http://git-scm.com/course/svn.html
>
> --Dan
>
> ***********************************************
> J. Daniel Gezelter
> Associate Professor of Chemistry
> Department of Chemistry and Biochemistry
> 251 Nieuwland Science Hall
> University of Notre Dame
> Notre Dame, IN 46556-5670
>
> phone: +1 (574) 631-7595
> e-mail: gezelter at nd.edu
> web: http://www.nd.edu/~gezelter
> ************************************************
>
>
>
>
> _______________________________________________
> Openmd-developers mailing list
> Openmd-developers at openmd.org
> http://openmd.org/mailman/listinfo.cgi/openmd-developers
More information about the Openmd-developers
mailing list