Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1. [ixc@skuc teszt]$ git clone git@stream.hux.hu:ixctestrepo
  2. Cloning into ixctestrepo...
  3. Enter passphrase for key '/home/ixc/.ssh/id_rsa':
  4. warning: You appear to have cloned an empty repository.
  5. [ixc@skuc teszt]$ ls
  6. ixctestrepo  noob-repo
  7. [ixc@skuc teszt]$ cd ixctestrepo/
  8. [ixc@skuc ixctestrepo]$ ls
  9. [ixc@skuc ixctestrepo]$ touch README.txt
  10. [ixc@skuc ixctestrepo]$ git add README.txt
  11. [ixc@skuc ixctestrepo]$ git commit -m "empty readme"
  12. [master (root-commit) ab3e84f] empty readme
  13.  0 files changed, 0 insertions(+), 0 deletions(-)
  14.  create mode 100644 README.txt
  15. [ixc@skuc ixctestrepo]$ git push origin master
  16. Enter passphrase for key '/home/ixc/.ssh/id_rsa':
  17. Counting objects: 3, done.
  18. Writing objects: 100% (3/3), 217 bytes, done.
  19. Total 3 (delta 0), reused 0 (delta 0)
  20. To git@stream.hux.hu:ixctestrepo
  21.  * [new branch]      master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement