In general it’s bad luck to edit directly on the webpage. Tends to send formatting all over the place.
KA101’s workflow (WinXP):
open/log into webpage, windows GUI
open shell from the GUI, confirm in master branch
git pull upstream master
Change to target branch, usually via GUI
open relevant files in Notepad++, hack away
Compiler: CodeBlocks, open and compile as needed
Save, write up the commit message and commit (GUI)
Publish/sync (GUI seems to work better IME)
shift back to master branch
close everything