File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
SoftwareGuide/Latex/DevelopmentGuidelines Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ \section{Git Source Code Repository}
1818\index {ITK!Git repository}
1919\index {Git}
2020
21- Git) is a tool for version control. It is a valuable resource for
22- software projects involving multiple developers. The primary purpose
23- of Git is to keep track of changes to software. Git date and version
24- stamps every addition to files in the repository. Additionally, a user
21+ Git\footnote \url {https://git-scm.com/} is a tool for version control. It is a
22+ valuable resource for software projects involving multiple developers. The
23+ primary purpose of Git is to keep track of changes to software. Git date and
24+ version stamps every addition to files in the repository. Additionally, a user
2525may set a tag to mark a particular of the whole software. Thus, it is
2626possible to return to a particular state or point of time whenever
2727desired. The differences between any two points is represented by a
You can’t perform that action at this time.
0 commit comments