Tag: GitHub
-
Gitting the hang of it
I spent most of the day learning about, and practicing with git. I’ll list some of the resources at the bottom, but for the moment, this is my understandings / cheat sheet for git. Since this could conceivably turn up in someone’s google search, and slightly less conceivably be of some use, I will come…
-
Create an Empty Folder on GitHub
You can’t, but you can create a folder by adding a file through the web interface and using <folder name>/<file name> – so add a README.md or whatever. Then you can drag your source into the new folder as normal. I learned this from Zack West here, where there is also a better explanation with…
-
Gitting Started
One of my early goals was to get in the habit of using version control with Git/Github, and I’ve got that sorted out today. My source was this excellent, very clear video from Gwen Faraday. I highly recommend it if you are just starting. It possibly helped that I’m also on mac, so I didn’t…