Advertisement
mvsil

Untitled

Apr 29th, 2025
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.28 KB | None | 0 0
  1. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  2. $ git status
  3. On branch master
  4.  
  5. No commits yet
  6.  
  7. Untracked files:
  8.   (use "git add <file>..." to include in what will be committed)
  9.         Elevator_Mind_[Nazar]_[Yusin].xmind
  10.         Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
  11.         Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
  12.         Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
  13.  
  14. nothing added to commit but untracked files present (use "git add" to track)
  15.  
  16. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  17. $ pwd
  18. /c/Users/yusin/OneDrive/Рабочий стол/MyProject/homework/homework
  19.  
  20. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  21. $ git status
  22. On branch master
  23.  
  24. No commits yet
  25.  
  26. Untracked files:
  27.   (use "git add <file>..." to include in what will be committed)
  28.         Elevator_Mind_[Nazar]_[Yusin].xmind
  29.         Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
  30.         Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
  31.         Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
  32.  
  33. nothing added to commit but untracked files present (use "git add" to track)
  34.  
  35. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  36. $ git add .
  37.  
  38. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  39. $ git status
  40. On branch master
  41.  
  42. No commits yet
  43.  
  44. Changes to be committed:
  45.   (use "git rm --cached <file>..." to unstage)
  46.         new file:   Elevator_Mind_[Nazar]_[Yusin].xmind
  47.         new file:   Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
  48.         new file:   Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
  49.         new file:   Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
  50.  
  51.  
  52. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  53. $ git add "Elevator_MIND_[Nazar]_[Yusin].xmind"
  54. git add "Test_Stand_Test_Report-[april]-[05]_[Nazar]_[Yusin].xlsx"
  55. fatal: pathspec 'Test_Stand_Test_Report-[april]-[05]_[Nazar]_[Yusin].xlsx' did not match any files
  56.  
  57. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  58. $ git commit -m "Add homework files for module1_lesson4_Nazar_Yusin"
  59. [master (root-commit) 84ba284] Add homework files for module1_lesson4_Nazar_Yusin
  60.  4 files changed, 0 insertions(+), 0 deletions(-)
  61.  create mode 100644 Elevator_Mind_[Nazar]_[Yusin].xmind
  62.  create mode 100644 Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
  63.  create mode 100644 Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
  64.  create mode 100644 Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
  65.  
  66. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  67. $ git remote add origin https://gitlab.com/KNV_konva/homework/module1_lesson4_Nazar_Yusin.git
  68.  
  69. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
  70. $ git branch -m master main
  71.  
  72. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
  73. $ git push origin main
  74. remote: The project you were looking for could not be found or you don't have permission to view it.
  75. fatal: repository 'https://gitlab.com/KNV_konva/homework/module1_lesson4_Nazar_Yusin.git/' not found
  76.  
  77. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
  78. $ git remote rm origin
  79.  
  80. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
  81. $ git remote add origin https://gitlab.com/KNV_konva/homework.git
  82.  
  83. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
  84. $ git checkout module1_lesson4_Nazar_Yusin
  85. error: pathspec 'module1_lesson4_Nazar_Yusin' did not match any file(s) known to git
  86.  
  87. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
  88. $ git fetch origin
  89. git branch -r
  90. remote: Enumerating objects: 14, done.
  91. remote: Counting objects: 100% (14/14), done.
  92. remote: Compressing objects: 100% (10/10), done.
  93. remote: Total 14 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0)
  94. Unpacking objects: 100% (14/14), 28.29 KiB | 673.00 KiB/s, done.
  95. From https://gitlab.com/KNV_konva/homework
  96. * [new branch]      main       -> origin/main
  97. * [new branch]      module1_lesson4_Nazar_Yusin -> origin/module1_lesson4_Nazar_Yusin
  98.  origin/HEAD -> origin/main
  99.  origin/main
  100.  origin/module1_lesson4_Nazar_Yusin
  101.  
  102. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
  103. $ git checkout module1_lesson4_Nazar_Yusin
  104. branch 'module1_lesson4_Nazar_Yusin' set up to track 'origin/module1_lesson4_Nazar_Yusin'.
  105. Switched to a new branch 'module1_lesson4_Nazar_Yusin'
  106.  
  107. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  108. $ git status
  109. On branch module1_lesson4_Nazar_Yusin
  110. Your branch is up to date with 'origin/module1_lesson4_Nazar_Yusin'.
  111.  
  112. nothing to commit, working tree clean
  113.  
  114. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  115. $ git add .
  116.  
  117. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  118. $ git commit -m "Add homework files for module1_lesson4_Nazar_Yusin"
  119. On branch module1_lesson4_Nazar_Yusin
  120. Your branch is up to date with 'origin/module1_lesson4_Nazar_Yusin'.
  121.  
  122. nothing to commit, working tree clean
  123.  
  124. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  125. $ git log --oneline
  126. 063fa30 (HEAD -> module1_lesson4_Nazar_Yusin, origin/module1_lesson4_Nazar_Yusin) Add homework files for module1_lesson4_Nazar_Yusin
  127. 8b019c0 Merge branch 'main' of https://gitlab.com/Knv_konva/homework
  128. 9bb1d45 Add local README.md
  129. 101f1f3 (origin/main, origin/HEAD) Initial commit
  130.  
  131. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  132. $ git push origin module1_lesson4_Nazar_Yusin
  133. Everything up-to-date
  134.  
  135. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  136. $  new file:   Elevator_Mind_[Nazar]_[Yusin].xmind
  137.        new file:   Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx^C
  138.  
  139. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  140. $ git status
  141. On branch module1_lesson4_Nazar_Yusin
  142. Your branch is up to date with 'origin/module1_lesson4_Nazar_Yusin'.
  143.  
  144. Untracked files:
  145.  (use "git add <file>..." to include in what will be committed)
  146.        homework/Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
  147.        homework/~$Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
  148.  
  149. nothing added to commit but untracked files present (use "git add" to track)
  150.  
  151. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  152. $ ^C
  153.  
  154. yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
  155. $
  156.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement