Advertisement
Guest User

Untitled

a guest
Nov 7th, 2019
1,374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.17 KB | None | 0 0
  1. c:\laragon\www\tasks-repo (master -> origi
  2. $ git commit -m "offer bounty now owrking"
  3. [master ed26869] offer bounty now owrking
  4.  18 files changed, 649 insertions(+), 295 delet
  5.  create mode 100644 .env.example
  6.  create mode 100644 json.md
  7.  rewrite resources/views/projects/show.blade.p
  8.  
  9. c:\laragon\www\tasks-repo (master -> origi
  10. $ ls
  11.  app             database                   lin
  12.  artisan         es6.md                     nod
  13.  bootstrap       FILENAME                  'oth
  14. composer.       index.php                  pac
  15. composer.json   json.md                    php
  16. composer.lock   ks.html                    Pro
  17. composer.phar   laravel-echo-server.json   pro
  18. config          learning.md                pub
  19.  
  20. c:\laragon\www\tasks-repo (master -> origi
  21. $ gs
  22. On branch master
  23. Your branch is ahead of 'origin/master' by 1 co
  24.  (use "git push" to publish your local commits
  25.  
  26. nothing to commit, working tree clean
  27.  
  28. c:\laragon\www\tasks-repo (master -> origi
  29. $ git checkout
  30. Your branch is ahead of 'origin/master' by 1 co
  31.  (use "git push" to publish your local commits
  32.  
  33. c:\laragon\www\tasks-repo (master -> origi
  34. $ git checkout offer-bounty
  35. Switched to branch 'offer-bounty'
  36.  
  37. c:\laragon\www\tasks-repo (offer-bounty ->
  38. $ ls
  39. app        composer.     project.md  resources
  40. bootstrap  node_modules  public      storage
  41.  
  42. c:\laragon\www\tasks-repo (offer-bounty ->
  43. $ gs
  44. On branch offer-bounty
  45. Untracked files:
  46.  (use "git add <file>..." to include in what w
  47.  
  48.        .env
  49.        .phpintel/
  50.        bootstrap/
  51.        composer.
  52.        node_modules/
  53.        project.md
  54.        resources/
  55.        storage/
  56.        test-app.md
  57.        vendor/
  58.        yarn-offline-cache/
  59.  
  60. nothing added to commit but untracked files pre
  61.  
  62. c:\laragon\www\tasks-repo (offer-bounty ->
  63. $ git add .
  64.  
  65. c:\laragon\www\tasks-repo (offer-bounty ->
  66. $ gs
  67. On branch offer-bounty
  68. Untracked files:
  69.  (use "git add <file>..." to include in what w
  70.  
  71.        .env
  72.        .phpintel/
  73.        bootstrap/
  74.        composer.
  75.        node_modules/
  76.        project.md
  77.        public/
  78.        resources/
  79.        storage/
  80.        test-app.md
  81.        vendor/
  82.        yarn-offline-cache/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement