Skip to content

Commit b3bf02c

Browse files
authored
Merge pull request #163 from LibraryCarpentry/missing-question-mark
typo - missing question mark
2 parents 6503890 + 928d542 commit b3bf02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/01-what-is-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exercises: 0
1818

1919
::::::::::::::::::::::::::::::::::::::::::::::::::
2020

21-
## What is Version Control
21+
## What is Version Control?
2222

2323
Version control is a name used for software which can help you record changes you make to the files in a directory on your computer. Version control software and tools (such as Git and Subversion/SVN) are often associated with software development, and increasingly, they are being used to collaborate in research and academic environments. Version control systems work best with plain text files such as documents or computer code, but modern version control systems can be used to track changes in most types of file.
2424

0 commit comments

Comments
 (0)