Guest User

Untitled

a guest
Nov 19th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $ git remote add git_prj https://github.com/Gooddjamp/git_prj.git
  2. $ git push -u git_prj master
  3.  
  4. curl -u 'USER_NAME' https://api.github.com/user/repos -d'{"name":"demo"}'
  5.  
  6. git remote add origin https://github.com/USER_NAME/demo.git
  7. git push -u origin master
  8.  
  9. wget https://api.github.com/user/repos --user=%USER_NAME --password=%PASS --auth-no-challenge --post-data="{"name":"demo"}"
  10.  
  11. '{"name":"demo", "private":"true"}'
Add Comment
Please, Sign In to add comment