Skip to content

Commit fb5eaaa

Browse files
author
Jon Haitz Legarreta
committed
DOC: Remove an orphan bracket.
Remove an orphan bracket in the `Git Source Code Repository` section and add a reference to the git official website.
1 parent 03aa237 commit fb5eaaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/SoftwareProcess.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2525
may set a tag to mark a particular of the whole software. Thus, it is
2626
possible to return to a particular state or point of time whenever
2727
desired. The differences between any two points is represented by a

0 commit comments

Comments
 (0)