Files
MX_Pmodule/Tools/git/modulefile
Achim Gsell 3b84003a05 Tools/git/modulefile
- use Pmodules procedures
2017-02-15 17:25:37 +01:00

20 lines
626 B
Plaintext

#%Module1.0
set dont-setenv { GIT_DIR }
module-whatis "distributed version control system"
module-url "http://git-scm.com/"
module-license "GNU GPL v2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Git is a free and open source distributed version control system
designed to handle everything from small to very large projects
with speed and efficiency.
Git is easy to learn and has a tiny footprint with lightning fast
performance. It outclasses SCM tools like Subversion, CVS, Perforce,
and ClearCase with features like cheap local branching, convenient
staging areas, and multiple workflows.
"