git init git add * git config --global user.name "yourUserName" git config --global user.email "your@email.web" git add * git commit -m 'First upload' git push origin masterIt's more easy than using the GUI client.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment