From fc9c21922ac53c1d694213bffb991d521c4a981c Mon Sep 17 00:00:00 2001
From: bbartels <bbartels@iastate.edu>
Date: Sat, 29 Apr 2017 08:24:11 -0500
Subject: [PATCH] documentation: correct mistake in how_to_use_git.md

---
 documentation/how_to_use_git.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/how_to_use_git.md b/documentation/how_to_use_git.md
index a668a5906..370a2c779 100644
--- a/documentation/how_to_use_git.md
+++ b/documentation/how_to_use_git.md
@@ -64,7 +64,7 @@ part.
 
 You can look at the commit you just made:
 ```
-git commit log -n 3
+git log -n 3
 ```
 
 Now we need to sync your master branch with the master branch on Gitlab.
-- 
GitLab