Hi there, I was wondering if somebody can organize and host a hands-on workshop about Git with a focus on Github.
I’m trying quite some time to understand more about how to work around Github, but with not much success. It would be something highly apresciated from other folks at the hackerspace as well.
Anyone that can initiate and host this?
If someone local can’t run this, I wonder about options for a remote workshop? This is something I’d be interested in running, but it would come at the consequence of being remote. I’ve done similar presentations on git before, which is why I think it could be fun. But it would likely be a better option if you can find someone local – if not, I’m open to this!
Everything Github does is based on Git, so the more effort you devote to learning Git, the more easily you will understand everything you see in Github.
Most developers do most of their work with just a few Git commands: git add, git diff, git status, git commit and git log. There are various GUIs that do all the same things, but if you understand these commands, you can use any of the GUIs.
Here is a sequence of commands you can cut and paste to try it:
There are other concepts you need to understand such as branches, tags and remotes (for Github): but do not worry about those things at all until you fully understand the basic commands above.