Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # …or create a new repository on the command line
  2. ```
  3. echo "# vsales-admin" >> README.md
  4. git init
  5. git add README.md
  6. git commit -m "first commit"
  7. git remote add origin git@github.com:innoinfra/vsales-admin.git
  8. git push -u origin master
  9. ```
  10.  
  11. # …or push an existing repository from the command line
  12. ```
  13. git remote add origin git@github.com:innoinfra/vsales-admin.git
  14. git push -u origin master
  15. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement