Git important commands
Git Commands :
Set global user name
git config -global user.name "user name"
Set global user email
git config --global user.email "email"
Initialize repository
git init
Clone repository
git clone <repo_url>
View repository status
git status
Stag...
blog.dineshcloud.in1 min read