From 42938d813e8760cb806c4554fa4ec50675d7e933 Mon Sep 17 00:00:00 2001 From: bbartels <bbartels@iastate.edu> Date: Mon, 1 May 2017 19:17:32 -0500 Subject: [PATCH] Update 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 df075671b..b8ddecfc1 100644 --- a/documentation/how_to_use_git.md +++ b/documentation/how_to_use_git.md @@ -96,7 +96,7 @@ git push origin master If all succeeds, you should be able to see your commit on Gitlab. -#### WTF? I have to remember all of that? +#### $%!@? I have to remember all of that? That was the exhaustive list to cover all of the worst case scenarios. Typically things go much smoother: ``` -- GitLab