Skip to content
Snippets Groups Projects
Unverified Commit ea7915c9 authored by Russell Jarvis's avatar Russell Jarvis Committed by GitHub
Browse files

Update DevelopingFrontEnd.MD

parent 976a9596
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment