ABA. B Satya Jaideepinsatyajai.hashnode.dev·10h ago · 4 min readGit & 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 Initiali00