Files
MX_Pmodule/scripts/Tools/git/modulefile
Achim Gsell 3abedd8da0 build-blocks:
- modulefiles added
2015-09-28 15:32:22 +02:00

22 lines
639 B
Plaintext

#%Module1.0
set dont-setenv { GIT_DIR }
set whatis "distributed version control system"
set url "http://git-scm.com/"
set license "GNU GPL v2"
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
set 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.
"
source $env(PSI_LIBMODULES)