List of all Git Commands
Git Commands
A list of Git commands
feel free to star this
Tell Git who you are
DescriptionCommand
Configure the author name.git config --global user.name "<username>"
Configure the author email address.git config --global user.email <email...
blog.vimalverma.in6 min read