From f3ee20b6b95eba657cf6aed78f97b4198d64215b Mon Sep 17 00:00:00 2001 From: Russell Jarvis <colouredstatic@gmail.com> Date: Tue, 19 Nov 2019 12:36:05 +1100 Subject: [PATCH] Update DevelopingFrontEnd.MD --- Documentation/DevelopingFrontEnd.MD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/DevelopingFrontEnd.MD b/Documentation/DevelopingFrontEnd.MD index a8aa3cb..4c33e68 100644 --- a/Documentation/DevelopingFrontEnd.MD +++ b/Documentation/DevelopingFrontEnd.MD @@ -12,8 +12,7 @@ Navigate to the root directory of the Project: cd ScienceAccessibility ``` -* If I Change something on GitHub. -################################### +### If I Change something on GitHub.: From inside the ScienceAccessibility directory you navigated to in the last step. Run ``` git pull origin master ``` This will synchronize the website with your hard drive. * caveat, if you have changed some file contents in the intervening time, Git wants to help you not to over write changes. -- GitLab