Category: Project Management

Git & GitHub: Essential Commands

Git & GitHub: Essential Commands

Whether you plan on developing websites, games, or business applications, Git is an essential tool for many teams. This guide is a step-by-step introduction to using Git and GitHub. By the end of this guide, you will know how to clone existing repositories, update (push) files, retrieve (pull) files, and initialize new repositories for your […]

Read more
Git & GitHub: Workflow, Branches, Merges, & More

Git & GitHub: Workflow, Branches, Merges, & More

In this guide, you will learn some simple Git/GitHub workflows. This includes how to create branches, create pull requests, merge branches, and switch branches. We’ll also learn a bit more about creating meaningful commits and how to fix common issues with commits. This is aimed at people new to Git and GitHub. The focus is […]

Read more
2 guides found