In this blog post, we will see how easy it is to create a new repository in GitHub directly from the command-line using GitHub CLI without accessing the website.
Category: Git
WSL Git Error – “Error: Permission denied (publickey)”
If you are using Windows Subsystem for Linux (WSL) with VS Code and receive the following error we have a fix for you.
Create a Git Repository from Visual Studio in GitHub
This post is all about how to create a Git repository from Visual Studio in GitHub. One of the most popular programs for managing your source code, Visual Studio makes it easy to create and manage projects with its integrated development environment (IDE). Now you can take advantage of the power of Git without leaving… Continue reading Create a Git Repository from Visual Studio in GitHub
How To Add \ Track an Empty Directory With Git
In this blog post, I will show you how to add \ track an empty directoty with Git.
Install Git With Ansible on Ubuntu Server 20.04
This blog post will show you how to install Git latest version on a Ubuntu Server 20.04 using an Ansible playbook.
Merge a Git Branch to a Master Branch
In this blog post, I will show you how to merge a git repository branch to a master branch.
Ignore Files and File Types from a Git Repository
In this blog post, I will show you how to configure a git repository to ignore specific files or file types.
Create a new Git Branch
In this blog post, I will show you how to create a new Git branch and start using it.
How To Delete a Commit from a Git Repository
In this blog post, I will show you how to delete a git commit from a Git repository.
Checkout a Git Repository
In this blog post, I will show you how to checkout an older version of a Git repository. In git we use the checkout command to go back in time and see the repository as it was.