Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $ echo "# WebApp" >> README.md
  2. git add README.md
  3. git commit -m "first commit"
  4. git remote add origin https://github.com/CindyAzu/WebApp.git
  5. git push -u origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement