GitHub Basic Operations Pt. 1
GitHub Basic Commands
git config:
This command sets the author name and email address respectively to be used with your commits.
git config –global user.name “[name]”
git config –global user.email “[email address]”
git init:
This command is used to ...
yatingambhirtech.hashnode.dev2 min read
Satwik Choudhari
great