Category: Project Management

Tools and services to manage projects and files.

Git & GitHub: Essential Commands

July 25, 2024
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 […]

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

July 17, 2024
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 […]

Jump to category: