How do you add stuff to github

Archbob

Ancient CFC Guardian
Joined
Oct 25, 2000
Messages
11,776
Location
Corporate USA
So with github resource lists like this one:

https://github.com/heyalexej/awesome-images/

I'm trying to add my resource to it but I cannot figure out how to do so.

In the instructions, it says

If you have a resource to contribute, make a pull request. Please just use add resource.com in your commit message.

What does that even mean?
 
Perhaps the easiest way: https://desktop.github.com/.

I have only tried the old-fashioned way (installing a desktop application) and sent to a hello-world project I created myself.
 
Don't even try. It's painful and infuriating.

It's really not, distributed version control exists because it makes so many tasks drastically faster and easier, after the initial short learning curve.

Seriously, the github tutorial takes maybe 20 minutes.

I refuse to work with any projects that don't use sensible version control. (git/mercurial for code, Pathio for Excel, some type of wiki for text/image data, or git/mercurial if the text/image data is generated using a static site generator)
 
Top Bottom