Advertisement
vitareinforce

terminal di linux web

Dec 14th, 2023
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. luminaire@Luminous:~$ cd Documents/ciprat/kitchenware-core/
  2. luminaire@Luminous:~/Documents/ciprat/kitchenware-core$ git status
  3. On branch period-v1.3.111223
  4. Your branch is up to date with 'origin/period-v1.3.111223'.
  5.  
  6. nothing to commit, working tree clean
  7. luminaire@Luminous:~/Documents/ciprat/kitchenware-core$ git fetch --all
  8. Fetching origin
  9. Username for 'https://gitlab.com': vitradisapratama
  10. Password for 'https://vitradisapratama@gitlab.com':
  11. luminaire@Luminous:~/Documents/ciprat/kitchenware-core$ git pull
  12. Username for 'https://gitlab.com': vitradisapratama
  13. Password for 'https://vitradisapratama@gitlab.com':
  14. Already up to date.
  15. luminaire@Luminous:~/Documents/ciprat/kitchenware-core$ cd ..
  16. luminaire@Luminous:~/Documents/ciprat$ cd kitchenware-web/
  17. luminaire@Luminous:~/Documents/ciprat/kitchenware-web$ git status
  18. On branch period-v1.3.111223
  19. Your branch is up to date with 'origin/period-v1.3.111223'.
  20.  
  21. nothing to commit, working tree clean
  22. luminaire@Luminous:~/Documents/ciprat/kitchenware-web$ git fetch --all
  23. Fetching origin
  24. Username for 'https://gitlab.com': vitradisapratama
  25. Password for 'https://vitradisapratama@gitlab.com':
  26. remote: Enumerating objects: 7, done.
  27. remote: Counting objects: 100% (7/7), done.
  28. remote: Compressing objects: 100% (7/7), done.
  29. remote: Total 7 (delta 0), reused 0 (delta 0), pack-reused 0
  30. Unpacking objects: 100% (7/7), 6.20 KiB | 705.00 KiB/s, done.
  31. From https://gitlab.com/agronum.tech/kitchenware-web
  32. 901ea8c4b..451b94075 period-v1.3.111223 -> origin/period-v1.3.111223
  33. luminaire@Luminous:~/Documents/ciprat/kitchenware-web$ git pull origin period-v1.3.111223
  34. Username for 'https://gitlab.com': vitradisapratama
  35. Password for 'https://vitradisapratama@gitlab.com':
  36. From https://gitlab.com/agronum.tech/kitchenware-web
  37. * branch period-v1.3.111223 -> FETCH_HEAD
  38. Updating 901ea8c4b..451b94075
  39. Fast-forward
  40. src/views/Transactions/Purchase/create.vue | 4 ++--
  41. 1 file changed, 2 insertions(+), 2 deletions(-)
  42. luminaire@Luminous:~/Documents/ciprat/kitchenware-web$
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement