I recently needed to sync a GitHub repo I forked to the latest status of the original fork. This is easy to do, but you have to know which buttons to push. To start, open the forked repo in Github. You should see a mention that this branch is behind the original branch. Next to […]
Tag: github
Git branching explained
I am not a developer. I’m more of an infrastructure person, who delves into development sometimes. As part of a hackathon last week, my team and I ended up needing to do branches in git, and I had to shamefully admit that I always check-in to master. Most developers will be shooting me the same […]