Categories
Git GitHub

My First Pull Request (PR)

I’ve never fully understood what a pull request (or PR) really was – the logistics or practicalities of it, at least. I knew it was about making changes to an existing project and essentially asking for those changes to be merged in, but I didn’t know how easy it was, the order that things need to happen, etc.

Sometimes the best way to learn is to just do it, so I did.

Categories
Git GitHub

Git & GitHub Basics: What I Learned from “Git Going Fast: One Hour Git Crash Course” on Udemy

I just completed the very short Udemy course, Git Going Fast: One House Git Crash Course, which taught the basics of Git and connecting with GitHub. This is what I learned…