01947-888 197click-to-talk

Category: Git

Git is one of the most popular version control systems in the world. It helps you to keep track of changes to your project.


How to create GitHub Pages?

GitHub Pages

"GitHub Pages" are static web websites that you can build directly from your repository. And any time you push a new change from your computer to the

Read More →

How to merge a git branch to master?

Git merge

In this post, I will show how you can merge a git branch to the master. Also, I will explain some other related topics that you should care about when

Read More →

How to git pull to override the local project?

git pull

In this post, I will show you how to pull a project from the GitHub repository to your local machine, how to run the git pull command, and when & why

Read More →

How to use Git with Visual Studio Code?

Git with Visual Studio Code

In this post, I will show how to use Git with Visual Studio Code (VSCode). This will be a beginner-friendly guide where I will start from the basics to

Read More →

Git commands & explanation (downloadable cheatsheet included)

Most commonly used git commands

In this post, I will give you a list of the most commonly used Git commands. Also, I will explain each of these commands so you will know when & why

Read More →

How to clone a Git repository?

Clone a Git repository

In this post, I will show how you can clone a Git repository using the command line (terminal). Also, I will give you a real repository to clone on your

Read More →

What is the difference between Git and GitHub?

Git vs GitHub, Difference between Git & GitHub

Git and GitHub are related but different tools, and you need to understand the distinctions between these two. If you want to use them together, see how

Read More →

How to change Git remote origin URL?

How to change Git remote origin URL?

You may already know what is Git remote origin URL. But if you don't know, Git remote URL is the link to your repository in GitHub, Bitbucket, or

Read More →

How to connect local Git to a remote server?

Connect local project to remote Git repository

In this post, I will show you how to connect local Git to a remote repository. And this remote repository could be GitHub, Bitbucket, GitLab, or anything

Read More →

Why is Git useful for an individual developer?

Git usefulness as an individual developer

The moment when you first came to know about Git, you may also heard about collaboration. That means Git becomes handy when it comes to teamwork. Now you

Read More →