To paying with git you have to do the following things step by step:

An Introduction to Git and Github for beginners

_What is Git? _medium.com

Configure Git:

Set email: git config --global user.email "you@example.com"
Set username: git config --global user.name "Your Name"

Create a new Repository

To use the git tool for **uploading **your project in the **GitHub **repository, you must **configure **the **git **tool with your

email andusername._ It confirms that the git is installed on your PC_. Today I am going to show step by step how can you configure your git tool easily. So, let’s get started.Step-1: Click new or plus icon

Step-2: Click new Repository Button

Step-3: Type your repository name if its already exits then show the following error like.

Step-4: Provide a unique name

#git #version-control #github #code-quality #code-repository #beginners #tutorial

Git Basics | Hacker Noon
1.75 GEEK