From ea7915c95781df784051da4494d28babbcd29a94 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <colouredstatic@gmail.com> Date: Mon, 18 Nov 2019 11:59:31 +1100 Subject: [PATCH] Update DevelopingFrontEnd.MD --- Documentation/DevelopingFrontEnd.MD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/DevelopingFrontEnd.MD b/Documentation/DevelopingFrontEnd.MD index 2a9b97e..afdb097 100644 --- a/Documentation/DevelopingFrontEnd.MD +++ b/Documentation/DevelopingFrontEnd.MD @@ -40,6 +40,8 @@ You may also feel the need to tweak the last lines of [this file](https://github When the app works move your changes back onto the website with: -```git add filename.py -git commit -m 'work-done'" -git push origin master``` +```BASH +git add filename.py +git commit -m 'work-done' +git push origin master +``` -- GitLab