Thursday 15 September 2016

Basic Git commands



> git config --global user.name "your user name"
> git init
> git add .
> git commit -m "comment here"
> git remote add origin URL
> git remote -v
> git push origin master

No comments:

Post a Comment

Shivam Kumar Chauhan - Web developer