Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $git init
  2. $git clone https://github.com/[user name]/[repository name].git
  3. <some change>
  4. $git add *
  5. $git commit -m "change"
  6. $git remote add origin https://github.com/[user name]/[repository name].git
  7. $git push origin master
  8.  
  9. git config --global --unset credential.helper
Add Comment
Please, Sign In to add comment