Snigdha Paul January 18, 2025 No Comments How to set username and email , and check these in git bash? 1st set username using git bash git config user.name "Abc" 2nd set email using git bash git config user.email "abc@mail.com" 1st check username using git…
Arun Giri December 14, 2024 No Comments How to using Git on Windows Subsystem for Linux When you enable WSL and install a Linux distribution, you are installing a new file system, separated from the Windows NTFS C:\ drive on your…