Advertisement
Guest User

Untitled

a guest
Jan 4th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [john@john-pc floortech]$ git status
  2. On branch restructure1
  3. Your branch is up-to-date with 'restructure1/restructure1'.
  4. nothing to commit, working tree clean
  5. [john@john-pc floortech]$ git add . -A
  6. [john@john-pc floortech]$ git commit -m "sdf"
  7. On branch restructure1
  8. Your branch is up-to-date with 'restructure1/restructure1'.
  9. nothing to commit, working tree clean
  10. [john@john-pc floortech]$ git push restructure1
  11. Username for 'https://github.com': ****
  12. Password for 'https://****@github.com':
  13. Everything up-to-date
  14. [john@john-pc floortech]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement