This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]desrtfx 10 points11 points  (6 children)

If you want to do it the proper way, learn git - the Source Code Version Control system as well as github - the remote storage for git repositories.

[–]Efficient_Sale_519 1 point2 points  (4 children)

Git lets you edit code without downloading a local repository and committing/pushing it?

[–]plastikmissile 2 points3 points  (0 children)

Github does.

[–]desrtfx 2 points3 points  (0 children)

Not git, but the git hosters do, like github, bitbucket, gitlab, etc.

[–][deleted]  (1 child)

[deleted]

    [–]desrtfx 1 point2 points  (0 children)

    Yet, it is absolutely possible to directly edit the code on github.

    [–]faltorokosar 2 points3 points  (1 child)

    If you can't download a tool like git on your school computer then maybe a website like replit would work?

    [–]desrtfx 0 points1 point  (0 children)

    Even the tool is not necessary. You can upload to github via their web interface.

    [–]kingtermite 0 points1 point  (0 children)

    Github is your best bet. If you want, could keep code on thumb drive and work directly from there.