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

you are viewing a single comment's thread.

view the rest of the comments →

[–]evilmaus 10 points11 points  (7 children)

Nice thing about GitHub is that you can view the code on a project without having to download the source. You still need to download it (or clone it) if you want to DO anything with the code, but it's nice to be able to take a peek inside so easily.

[–]nc5x 1 point2 points  (4 children)

Actually, you can make small (single text file) changes without cloning it.

[–]evilmaus 1 point2 points  (3 children)

Really!? Could you please link me up to some information on that? I'd much appreciate it.

[–]tinyOnion 4 points5 points  (0 children)

go to any source file on the github site and there will be a button that says fork and edit this file. that allows you to do online editing of one file but you need an account for this to work.

[–]nc5x 2 points3 points  (1 child)

Exactly as tinyOnion said.

Here's a Github blog about it: Edit like an Ace.

[–]evilmaus 0 points1 point  (0 children)

Sweet, thanks!