Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git status
- On branch master
- No commits yet
- Untracked files:
- (use "git add <file>..." to include in what will be committed)
- Elevator_Mind_[Nazar]_[Yusin].xmind
- Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
- Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
- Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
- nothing added to commit but untracked files present (use "git add" to track)
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ pwd
- /c/Users/yusin/OneDrive/Рабочий стол/MyProject/homework/homework
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git status
- On branch master
- No commits yet
- Untracked files:
- (use "git add <file>..." to include in what will be committed)
- Elevator_Mind_[Nazar]_[Yusin].xmind
- Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
- Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
- Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
- nothing added to commit but untracked files present (use "git add" to track)
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git add .
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git status
- On branch master
- No commits yet
- Changes to be committed:
- (use "git rm --cached <file>..." to unstage)
- new file: Elevator_Mind_[Nazar]_[Yusin].xmind
- new file: Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
- new file: Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
- new file: Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git add "Elevator_MIND_[Nazar]_[Yusin].xmind"
- git add "Test_Stand_Test_Report-[april]-[05]_[Nazar]_[Yusin].xlsx"
- fatal: pathspec 'Test_Stand_Test_Report-[april]-[05]_[Nazar]_[Yusin].xlsx' did not match any files
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git commit -m "Add homework files for module1_lesson4_Nazar_Yusin"
- [master (root-commit) 84ba284] Add homework files for module1_lesson4_Nazar_Yusin
- 4 files changed, 0 insertions(+), 0 deletions(-)
- create mode 100644 Elevator_Mind_[Nazar]_[Yusin].xmind
- create mode 100644 Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
- create mode 100644 Traceability_Matrix_CoffeeMachine_Nazar_Yusin.xlsx
- create mode 100644 Traceability_Matrix_Cooler_Nazar_Yusin.xlsx
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git remote add origin https://gitlab.com/KNV_konva/homework/module1_lesson4_Nazar_Yusin.git
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (master)
- $ git branch -m master main
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
- $ git push origin main
- remote: The project you were looking for could not be found or you don't have permission to view it.
- fatal: repository 'https://gitlab.com/KNV_konva/homework/module1_lesson4_Nazar_Yusin.git/' not found
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
- $ git remote rm origin
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
- $ git remote add origin https://gitlab.com/KNV_konva/homework.git
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
- $ git checkout module1_lesson4_Nazar_Yusin
- error: pathspec 'module1_lesson4_Nazar_Yusin' did not match any file(s) known to git
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
- $ git fetch origin
- git branch -r
- remote: Enumerating objects: 14, done.
- remote: Counting objects: 100% (14/14), done.
- remote: Compressing objects: 100% (10/10), done.
- remote: Total 14 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0)
- Unpacking objects: 100% (14/14), 28.29 KiB | 673.00 KiB/s, done.
- From https://gitlab.com/KNV_konva/homework
- * [new branch] main -> origin/main
- * [new branch] module1_lesson4_Nazar_Yusin -> origin/module1_lesson4_Nazar_Yusin
- origin/HEAD -> origin/main
- origin/main
- origin/module1_lesson4_Nazar_Yusin
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (main)
- $ git checkout module1_lesson4_Nazar_Yusin
- branch 'module1_lesson4_Nazar_Yusin' set up to track 'origin/module1_lesson4_Nazar_Yusin'.
- Switched to a new branch 'module1_lesson4_Nazar_Yusin'
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ git status
- On branch module1_lesson4_Nazar_Yusin
- Your branch is up to date with 'origin/module1_lesson4_Nazar_Yusin'.
- nothing to commit, working tree clean
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ git add .
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ git commit -m "Add homework files for module1_lesson4_Nazar_Yusin"
- On branch module1_lesson4_Nazar_Yusin
- Your branch is up to date with 'origin/module1_lesson4_Nazar_Yusin'.
- nothing to commit, working tree clean
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ git log --oneline
- 063fa30 (HEAD -> module1_lesson4_Nazar_Yusin, origin/module1_lesson4_Nazar_Yusin) Add homework files for module1_lesson4_Nazar_Yusin
- 8b019c0 Merge branch 'main' of https://gitlab.com/Knv_konva/homework
- 9bb1d45 Add local README.md
- 101f1f3 (origin/main, origin/HEAD) Initial commit
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ git push origin module1_lesson4_Nazar_Yusin
- Everything up-to-date
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ new file: Elevator_Mind_[Nazar]_[Yusin].xmind
- new file: Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx^C
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ git status
- On branch module1_lesson4_Nazar_Yusin
- Your branch is up to date with 'origin/module1_lesson4_Nazar_Yusin'.
- Untracked files:
- (use "git add <file>..." to include in what will be committed)
- homework/Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
- homework/~$Test_Stand_Test_Report-[april]-[05_-[Nazar]-[Yusin].xlsx
- nothing added to commit but untracked files present (use "git add" to track)
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $ ^C
- yusin@DESKTOP-0HTBEV2 MINGW64 ~/OneDrive/Рабочий стол/MyProject/homework/homework (module1_lesson4_Nazar_Yusin)
- $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement