Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -> git init : initiates git
- -> git remote add origin <url for repository>
- -> git branch -M <branch-name>
- -> git commit -m "First commit"
- -> git config --global "user@gmail.com"
- -> git config --global "username"
- -> git push -u origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement