Advertisement
Guest User

Untitled

a guest
Jul 27th, 2021
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.19042.1110]
  2. (c) Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git pull
  5. remote: Enumerating objects: 6, done.
  6. remote: Counting objects: 100% (6/6), done.
  7. remote: Compressing objects: 100% (4/4), done.
  8. remote: Total 4 (delta 1), reused 0 (delta 0), pack-reused 0
  9. Unpacking objects: 100% (4/4), 1.00 KiB | 16.00 KiB/s, done.
  10. From https://github.com/karenworld/python-helloworld
  11. 9023471..fc74d68 master -> origin/master
  12. Updating 9023471..fc74d68
  13. Fast-forward
  14. argocd/argocd-nginx.yaml | 17 +++++++++++++++++
  15. 1 file changed, 17 insertions(+)
  16. create mode 100644 argocd/argocd-nginx.yaml
  17.  
  18. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git pull
  19. remote: Enumerating objects: 11, done.
  20. remote: Counting objects: 100% (11/11), done.
  21. remote: Compressing objects: 100% (8/8), done.
  22. remote: Total 8 (delta 6), reused 0 (delta 0), pack-reused 0
  23. Unpacking objects: 100% (8/8), 1.43 KiB | 15.00 KiB/s, done.
  24. From https://github.com/karenworld/python-helloworld
  25. fc74d68..02210c2 master -> origin/master
  26. Updating fc74d68..02210c2
  27. Fast-forward
  28. argocd/argocd-nginx.yaml | 2 +-
  29. 1 file changed, 1 insertion(+), 1 deletion(-)
  30.  
  31. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git add .
  32.  
  33. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git commit -m "add helm"
  34. On branch master
  35. Your branch is up to date with 'origin/master'.
  36.  
  37. Changes not staged for commit:
  38. (use "git add <file>..." to update what will be committed)
  39. (use "git restore <file>..." to discard changes in working directory)
  40. modified: ../.vagrant/machines/default/virtualbox/action_provision
  41. modified: ../.vagrant/machines/default/virtualbox/action_set_name
  42. modified: ../.vagrant/machines/default/virtualbox/id
  43. modified: ../.vagrant/machines/default/virtualbox/index_uuid
  44. modified: ../.vagrant/machines/default/virtualbox/private_key
  45. modified: ../Vagrantfile
  46.  
  47. Untracked files:
  48. (use "git add <file>..." to include in what will be committed)
  49. ../helm/
  50. ../templates/
  51.  
  52. no changes added to commit (use "git add" and/or "git commit -a")
  53.  
  54. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git push -u origin master
  55. To https://github.com/karenworld/python-helloworld.git
  56. ! [rejected] master -> master (fetch first)
  57. error: failed to push some refs to 'https://github.com/karenworld/python-helloworld.git'
  58. hint: Updates were rejected because the remote contains work that you do
  59. hint: not have locally. This is usually caused by another repository pushing
  60. hint: to the same ref. You may want to first integrate the remote changes
  61. hint: (e.g., 'git pull ...') before pushing again.
  62. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
  63.  
  64. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git pull
  65. remote: Enumerating objects: 6, done.
  66. remote: Counting objects: 100% (6/6), done.
  67. remote: Compressing objects: 100% (4/4), done.
  68. remote: Total 4 (delta 2), reused 0 (delta 0), pack-reused 0
  69. Unpacking objects: 100% (4/4), 964 bytes | 29.00 KiB/s, done.
  70. From https://github.com/karenworld/python-helloworld
  71. 02210c2..825dd8c master -> origin/master
  72. Updating 02210c2..825dd8c
  73. Fast-forward
  74. argocd/argocd-helm-python-prod.yaml | 17 +++++++++++++++++
  75. 1 file changed, 17 insertions(+)
  76. create mode 100644 argocd/argocd-helm-python-prod.yaml
  77.  
  78. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git push -u origin master
  79. Everything up-to-date
  80. Branch 'master' set up to track remote branch 'master' from 'origin'.
  81.  
  82. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git add .
  83.  
  84. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git commit -m "add helm"
  85. On branch master
  86. Your branch is up to date with 'origin/master'.
  87.  
  88. Changes not staged for commit:
  89. (use "git add <file>..." to update what will be committed)
  90. (use "git restore <file>..." to discard changes in working directory)
  91. modified: ../.vagrant/machines/default/virtualbox/action_provision
  92. modified: ../.vagrant/machines/default/virtualbox/action_set_name
  93. modified: ../.vagrant/machines/default/virtualbox/id
  94. modified: ../.vagrant/machines/default/virtualbox/index_uuid
  95. modified: ../.vagrant/machines/default/virtualbox/private_key
  96. modified: ../Vagrantfile
  97.  
  98. Untracked files:
  99. (use "git add <file>..." to include in what will be committed)
  100. ../helm/
  101. ../templates/
  102.  
  103. no changes added to commit (use "git add" and/or "git commit -a")
  104.  
  105. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>git push -u origin master
  106. Everything up-to-date
  107. Branch 'master' set up to track remote branch 'master' from 'origin'.
  108.  
  109. C:\Users\karen\Udacity And SUSE Cloud Native\Lesson 5 - CICD\python-helloworld\argocd>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement