Advertisement
Guest User

mehh

a guest
Jan 21st, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.27 KB | None | 0 0
  1. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe$ git clone https://github.com/mpt-project/billpleaseweb
  2. Cloning into 'billpleaseweb'...
  3. remote: Counting objects: 84, done.
  4. remote: Compressing objects: 100% (15/15), done.
  5. remote: Total 84 (delta 0), reused 11 (delta 0), pack-reused 67
  6. Unpacking objects: 100% (84/84), done.
  7. Checking connectivity... done.
  8. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe$ cp '/home/runtitc/Documents/studia/MPT/www/kopia/src/img/coffee-2631739.jpg' billpleaseweb/
  9. bs-config.js       .gitignore         package.json       README.md          templates/
  10. .git/              index.html         package-lock.json  src/              
  11. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe$ cp '/home/runtitc/Documents/studia/MPT/www/kopia/src/img/coffee-2631739.jpg' billpleaseweb/src/
  12. js/     styles/
  13. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe$ cp '/home/runtitc/Documents/studia/MPT/www/kopia/src/img/coffee-2631739.jpg' billpleaseweb/src/
  14. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe$ git status
  15. fatal: Not a git repository (or any of the parent directories): .git
  16. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe$ cd billpleaseweb/
  17. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe/billpleaseweb$ git status
  18. On branch master
  19. Your branch is up-to-date with 'origin/master'.
  20. Untracked files:
  21.   (use "git add <file>..." to include in what will be committed)
  22.  
  23.     src/coffee-2631739.jpg
  24.  
  25. nothing added to commit but untracked files present (use "git add" to track)
  26. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe/billpleaseweb$ git branch
  27. * master
  28. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe/billpleaseweb$ git add
  29. Nothing specified, nothing added.
  30. Maybe you wanted to say 'git add .'?
  31. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe/billpleaseweb$ git add .
  32. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe/billpleaseweb$ git status
  33. On branch master
  34. Your branch is up-to-date with 'origin/master'.
  35. Changes to be committed:
  36.   (use "git reset HEAD <file>..." to unstage)
  37.  
  38.     new file:   src/coffee-2631739.jpg
  39.  
  40. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe/billpleaseweb$ git push origin master
  41. Username for 'https://github.com': Runtitc
  42. Password for 'https://Runtitc@github.com':
  43. Everything up-to-date
  44. runtitc@ubuntu:~/Documents/studia/MPT/www/nowe/billpleaseweb$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement