Skip to content

Instantly share code, notes, and snippets.

View mruchann's full-sized avatar
💻

Mehmet Rüçhan Yavuzdemir mruchann

💻
View GitHub Profile
@mruchann
mruchann / GITCRASHCOURSE.MD
Created July 21, 2022 12:00 — forked from brandon1024/GITCRASHCOURSE.MD
Git Crash Course for Beginners

Git Crash Course for Beginners

Preface

A good understanding of Git is an incredibly valuable tool for anyone working amongst a group on a single project. At first, learning how to use Git will appear quite complicated and difficult to grasp, but it is actually quite simple and easy to understand.

Git is a version control system that allows multiple developers to contribute to a project simultaneously. It is a command-line application with a set of commands to manipulate commits and branches (explained below). This tutorial will help you get started, and in no time you will be a Git Ninja!

Contents: