-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLab.txt
More file actions
46 lines (39 loc) · 1.56 KB
/
Copy pathLab.txt
File metadata and controls
46 lines (39 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02
$ git clone https://github.com/Udlk07/PAF.git
Cloning into 'PAF'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 6 (delta 0), reused 6 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (6/6), done.
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02
$ cd PAF
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02/PAF (main)
$ git branch paf04
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02/PAF (main)
$ git checkout paf04
Switched to branch 'paf04'
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02/PAF (paf04)
$ git add paf04.txt
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02/PAF (paf04)
$ git commit -m "added hello file"
[paf04 82beab7] added hello file
1 file changed, 1 insertion(+)
create mode 100644 paf04.txt
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02/PAF (paf04)
$ git push -u origin paf04
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 299 bytes | 299.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote:
remote: Create a pull request for 'paf04' on GitHub by visiting:
remote: https://github.com/Udlk07/PAF/pull/new/paf04
remote:
To https://github.com/Udlk07/PAF.git
* [new branch] paf04 -> paf04
branch 'paf04' set up to track 'origin/paf04'.
Acer-Pc@DESKTOP-1MOIGKJ MINGW64 /f/3YS2/PAF/LAB/LAB02/PAF (paf04)
$