• Post category:StudyBullet-7
  • Reading time:4 mins read


Learn Git Commands

What you will learn

Basic git commands

How to create a Git repository

How to work with multiple people on a Git project

Git tricks

Description

Learn about Project Version controll with the tool named Git.  Git enables you to work on a project with multiple people. It’s a tool often used by software developers and other tech folks. Why shouldn’t your project include a work log, be able to switch back and forth in time and more?

In this course you learn about Git through the command line. It’s a concise course that teaches you to get started with Git. No advanced complicated commands, just getting things done.


Get Instant Notification of New Courses on our Telegram channel.


If you want to learn the Git command line, enroll in this course

English
language

Content

Introduction

Introduction
Setup Git

Create a new Repository

Create a new repository
Create a new repository (video)
Add files to your project
Add & Commit
Remote repository
Push your changes Online

Checkout a repository

Checkout online repository
Cloning

Exploration

View Project History
Differences between Commits

Undo things

Undo
Switch Project Version

Branching

What is branching
Branch

Update and Merge

Sync project and Merge
Updating & Merging

Extra

Git Tag