Git & GitHub: A Beginner's Guide Using Git Bash (Hands-on Tutorial)
Step 1: Create Your Project
Create a folder for your project.
Example:
mkdir Github
cd Github
Create some files.
Example:
touch dev{1..15}.txt
Verify:
ls
Step 2: Initialize Git Repository
Initiali
satyajai.hashnode.dev4 min read