-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmd.txt
612 lines (512 loc) · 17.9 KB
/
cmd.txt
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
z024266@INLH103204 MINGW64 ~
$ mkdir Nissan_Training
z024266@INLH103204 MINGW64 ~
$ ls
AppData/
'Application Data'@
Contacts/
Cookies@
Documents/
Downloads/
eclipse/
Favorites/
Links/
'Local Settings'@
Music/
'My Documents'@
NetHood@
Nissan_Training/
NTUSER.DAT
ntuser.dat.LOG1
ntuser.dat.LOG2
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TM.blf
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000001.regtrans-m
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000002.regtrans-m
ntuser.ini
ntuser.pol
Pictures/
PrintHood@
Recent@
'Saved Games'/
Searches/
SendTo@
'Start Menu'@
Templates@
Videos/
c
z024266@INLH103204 MINGW64 ~
$ cd Nissan_Training/
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git config --global user.name "yamoksh"
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git config --global user.email [email protected]
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git config --list
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
rebase.autosquash=true
http.sslcainfo=C:/Users/z024266/AppData/Local/Programs/Git/mingw64/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
user.name=yamoksh
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git config --global user.email [email protected]
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git config --list
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
rebase.autosquash=true
http.sslcainfo=C:/Users/z024266/AppData/Local/Programs/Git/mingw64/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
user.name=yamoksh
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ pwd
/c/Users/z024266/Nissan_Training
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ mkdir FirstRepo
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ cd FirstRepo/
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo
$ pwd
/c/Users/z024266/Nissan_Training/FirstRepo
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo
$ git init
Initialized empty Git repository in C:/Users/z024266/Nissan_Training/FirstRepo/.git/
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ pwd
/c/Users/z024266/Nissan_Training/FirstRepo
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ ^C
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ touch n1.txt
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ touch n2.txt
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git status
On branch master
No commits yet
Untracked files:
(use "git add <file>..." to include in what will be committed)
n1.txt
n2.txt
nothing added to commit but untracked files present (use "git add" to track)
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git add .
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git status
On branch master
No commits yet
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: n1.txt
new file: n2.txt
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git -am
unknown option: -am
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git commit -am "Bug fix for something"
[master (root-commit) d788046] Bug fix for something
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 n1.txt
create mode 100644 n2.txt
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git log
commit d788046ccf929bf62563ed590de7faac6f3baa40 (HEAD -> master)
Author: yamoksh <[email protected]>
Date: Mon Aug 13 15:41:00 2018 +0530
Bug fix for something
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$?git remote add origin https://github.com/Yamoksh/FirstRepo.git
bash: $'\302\226git': command not found
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$git remote add origin https://github.com/Yamoksh/FirstRepo.git
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git push -u origin master
fatal: TaskCanceledException encountered.
A task was canceled.
Username for 'https://github.com': remote: Anonymous access to Yamoksh/FirstRepo.git denied.
fatal: Authentication failed for 'https://github.com/Yamoksh/FirstRepo.git/'
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git push -u origin master
Logon failed, use ctrl+c to cancel basic credential prompt.
Username for 'https://github.com': yamoksh
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ git push -u origin master
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 220 bytes | 220.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/Yamoksh/FirstRepo.git
* [new branch] master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ ^C
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ ssh-keygen -t rsa -C [email protected]
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/z024266/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again: .pub.
The key fingerprint is:n saved in in
SHA256:CUB8e7fJOfj3CgMLvuyxb72NSHdw62YoZoutBWHN3ak [email protected]
The key's randomart image is:
+---[RSA 2048]----+
| oo |
| ...o . . . |
| .+.o . o |
| ..o.... |
| o.S+E+. |
| . o.o*o . |
| o +o+oo |
| . O=o+B+ |
| .B*=oo=+o. |
+----[SHA256]-----+
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ ssh-keygen -t rsa -C [email protected]
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/z024266/.ssh/id_rsa):
Created directory '/c/Users/z024266/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/z024266/.ssh/id_rsa.
Your public key has been saved in /c/Users/z024266/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:6tAnpWmb1LC+r5j76os5Yj3GWvRN4E4w6Wl26KezUpk [email protected]
The key's randomart image is:
+---[RSA 2048]----+
| |
| . |
| + . |
| . * . |
| Bo+..S |
| =E=.oO |
| +o.+X.o |
|.ooOoO = |
|.o*=@=O+. |
+----[SHA256]-----+
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ cd D:\Public\github
bash: cd: D:Publicgithub: No such file or directory
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ cd ./../
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ cd ./../
z024266@INLH103204 MINGW64 ~
$ ssh-keygen -t rsa -C [email protected]
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/z024266/.ssh/id_rsa):
/c/Users/z024266/.ssh/id_rsa already exists.
Overwrite (y/n)? yamoksh
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/z024266/.ssh/id_rsa.
Your public key has been saved in /c/Users/z024266/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:oFwwEQhmG9ea3c/CgkivQG1BglhWFLQftwqWrV6Hgic [email protected]
The key's randomart image is:
+---[RSA 2048]----+
|+B+B@+ |
|=.*. = |
| .. * = . |
| o * B = . |
|o + B + S |
|.. = + = o |
|. E + = o |
| . + o . |
| . |
+----[SHA256]-----+
z024266@INLH103204 MINGW64 ~
$ ssh -T git
z024266@INLH103204 MINGW64 ~
$
z024266@INLH103204 MINGW64 ~
$ ssh -T [email protected]
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
Enter passphrase for key '/c/Users/z024266/.ssh/id_rsa':
Hi Yamoksh! You've successfully authenticated, but GitHub does not provide shell access.
z024266@INLH103204 MINGW64 ~
$ cd N
NetHood/
Nissan_Training/
NTUSER.DAT
ntuser.dat.LOG1
ntuser.dat.LOG2
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TM.blf
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000001.regtrans-ms
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000002.regtrans-ms
ntuser.ini
ntuser.pol
z024266@INLH103204 MINGW64 ~
$ ls
AppData/
'Application Data'@
Contacts/
Cookies@
Documents/
Downloads/
eclipse/
Favorites/
Links/
'Local Settings'@
Music/
'My Documents'@
NetHood@
Nissan_Training/
NTUSER.DAT
ntuser.dat.LOG1
ntuser.dat.LOG2
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TM.blf
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000001.regtrans-ms
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000002.regtrans-ms
ntuser.ini
ntuser.pol
Pictures/
PrintHood@
Recent@
'Saved Games'/
Searches/
SendTo@
'Start Menu'@
Templates@
Videos/
z024266@INLH103204 MINGW64 ~
$ cd Nissan_Training/
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ cd FirstRepo/
z024266@INLH103204 MINGW64 ~/Nissan_Training/FirstRepo (master)
$ cd ..
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone SecondRepo
fatal: repository 'SecondRepo' does not exist
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone ?https://github.com/Yamoksh/SecondRepo
Cloning into 'SecondRepo'...
fatal: I don't handle protocol '?https'
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone ?https://github.com/Yamoksh/SecondRepo ssh
Cloning into 'ssh'...
fatal: I don't handle protocol '?https'
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
\302\226\302\[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ls
FirstRepo/
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
\302\226\302\[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ cd .
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ cd ./../
z024266@INLH103204 MINGW64 ~
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
\302\226\302\[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~
$ cd
z024266@INLH103204 MINGW64 ~
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
\302\226\302\[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~
$ cd Nissan_Training
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ^C
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ssh-keygen -t rsa -C [email protected]
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/z024266/.ssh/id_rsa):
/c/Users/z024266/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/z024266/.ssh/id_rsa.
Your public key has been saved in /c/Users/z024266/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:JcbteyL58UjaOSjjgkwANi3TIfumD8zenSKALxqsUQE [email protected]
The key's randomart image is:
+---[RSA 2048]----+
|E.o.. |
|.*oo . . |
|o.= + o |
|. .. . + |
|...o S . |
|*.+ . . |
|+X . o.= . |
|++B.o + .*.B |
|+o.o.=.o. =.. |
+----[SHA256]-----+
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ^C
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
\302\226\302\[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone [email protected]:Yamoksh/SecondRepo.git^C
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ls
FirstRepo/
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ssh -T [email protected]
[email protected]: Permission denied (publickey).
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ssh-keygen -t rsa -C [email protected]
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/z024266/.ssh/id_rsa):
/c/Users/z024266/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/z024266/.ssh/id_rsa.
Your public key has been saved in /c/Users/z024266/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:c6eG0hI8qG13lfNX2KYi1D9KPbKdy30n4mzJ9crOAHE [email protected]
The key's randomart image is:
+---[RSA 2048]----+
| |
| |
| . E |
| o = o |
| . + S B o . +|
| o + * * o.+ |
| . o + + +.*oB. |
| . . + . +=%.=+|
| o=oX++|
+----[SHA256]-----+
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ssh -T [email protected]
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
Enter passphrase for key '/c/Users/z024266/.ssh/id_rsa':
Hi Yamoksh! You've successfully authenticated, but GitHub does not provide shell access.
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ git clone [email protected]:Yamoksh/SecondRepo.git
Cloning into 'SecondRepo'...
Enter passphrase for key '/c/Users/z024266/.ssh/id_rsa':
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (3/3), done.
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ ls
FirstRepo/ SecondRepo/
z024266@INLH103204 MINGW64 ~/Nissan_Training
$ cd SecondRepo/
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ touh yam.txt
bash: touh: command not found
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ tocuh yam.txt
bash: tocuh: command not found
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ touch yam.txt
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ git add yam.txt
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ git commit -m yam.txt
[master 8006c77] yam.txt
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 yam.txt
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ git push yam.txt
fatal: invalid gitfile format: yam.txt
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ git commit -am "Updated yam.txt"
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ git commit -am "Updated yam.txt"
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$ git push -u origin master
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
Enter passphrase for key '/c/Users/z024266/.ssh/id_rsa':
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 269 bytes | 134.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To github.com:Yamoksh/SecondRepo.git
e7847c1..8006c77 master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.
z024266@INLH103204 MINGW64 ~/Nissan_Training/SecondRepo (master)
$