-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit-command.txt
More file actions
229 lines (229 loc) · 4.27 KB
/
Copy pathgit-command.txt
File metadata and controls
229 lines (229 loc) · 4.27 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
302 git config --list
303 git config --global --unset user.name
304 git config --global --unset user.email
305 git config --list
306 git config --global user.name="moinulwebdev"
307 git config --global user.name "moinulwebdev"
308 git config --global user.email "moinulwebdeveloper@gmail.com"
309 git config --list
310 pwd
311 cd ..
312 cd ..
313 pwd
314 ls
315 cd ..
316 ls
317 cd ..
318 ls -a
319 cd devops
320 G:
321 cd /g
322 pwd
323 ls
324 clear
325 pwd
326 cd G:
327 pwd
328 ls
329 ls -a
330 cd /d
331 ls
332 cd /e
333 ls -la
334 clear
335 ls -a
336 cd g
337 cd /g
338 ls
339 cd git-github-shubham
340 clear
341 clear
342 code .
343 ls -a
344 cat python3 testing.py
345 python testing.py
346 ls -la
347 ls -l
348 ls
349 rm testing.py
350 ls
351 clear
352 ls -a
353 ls -la
354 ls -la
355 git status
356 ls
357 git status
358 git status
359 git status
360 git rm --cached testing.py
361 git status
362 git add .
363 git status
364 pwd
365 cd /d
366 ls
367 cd /e
368 ls
369 cd /f
370 ls
371 cd /k
372 cd /g
373 ls
374 cd git-github-shubham
375 ls
376 touch devops.py
377 ls
378 python testing.py
379 git log
380 git status
381 git init
382 ls
383 la -a
384 ls -a
385 git status
386 git add devops.py
387 git status
388 git rm --cached
389 git rm --cached .
390 git rm -r --cached .
391 git status
392 clear
393 git status
394 git add .
395 clear
396 git status
397 git rm --cached devops.py
398 git status
399 git rm -r --cached
400 git rm -r --cached .
401 git status
402 git add .
403 git status
404 git rm -r --cached .
405 git status
406 git add .
407 git commit -m "Added testing file"
408 git status
409 git log
410 rm .
411 rm devops.py
412 rm -r .
413 rm testing.py
414 git status
415 touch another.py
416 git status
417 git add .
418 git status
419 git commit -m "Another file added"
420 git log
421 git restore
422 git restore .
423 git status
424 git restore devops.py
425 clear
426 git status
427 clear
428 git status
429 git log
430 touch more.py
431 git status
432 rm more.py
433 git status
434 touch more.py
435 git status
436 git add .
437 git status
438 rm more.py
439 git status
440 git restore more.py
441 git status
442 git add .
443 git status
444 rm more.py
445 git status
446 git restore more.py
447 git status
448 rm more.py
449 git status
450 git add .
451 git status
452 git restore more.py
453 git status
454 git restore --staged more.py
455 git status
456 git restore --source=HEAD -- more.py
457 git log --all -- more.py~
458 git log --all -- more.py
459 git status
460 clear
461 touch testing1.py
462 git status
463 git add .
464 git status
465 git commit -m "Testing1 file added"
466 git log
467 git rm testing1.py
468 git log
469 git status
470 git add .
471 git status
472 git restore --staged testing1.py
473 git status
474 git restore testing1.py
475 git status
476 git log
477 clear
478 git status
479 touch testing2.py
480 git status
481 git add .
482 git status
483 git rm testing2.py
484 git status
485 git rm testing2.py
486 git rm --cached testing2.py
487 git status
488 git add .
489 git status
490 git rm testing2.py
491 git status
492 git commit -m "testing2 added"
493 git log
494 git rm testing2.py
495 git status
496 git restore --staged testing2.py
497 git status
498 git restore testing2.py
499 git status
500 git log
501 clear
502 pwd
503 cd /g
504 ls
505 cd git-github-shubham
506 clear
507 pwd
508 ls
509 git history
510 history
511 git remote -v
512 clear
513 pwd
514 cd ..
515 pwd
516 mkdir git-github-clone
517 cd git-github-clone
518 ls
519 ls -la
520 clear
521 pwd
522 git clone https://github.com/moinulwebdev/git-github.git
523 pwd
524 ls
525 cd git-github
526 ls
527 ls -a
528 ls -la
529 clear
This is new command line interface