-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathgit hng fun page.txt
87 lines (66 loc) · 2.8 KB
/
git hng fun page.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
alldots@TosinOtuseso MINGW32 ~
$ cd /c/xampp/projects
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ add /c/xampp/projects/tosin.php
bash: add: command not found
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git add/c/xampp/projects/tosin.php
warning: failed to restrict file handles (2)
handle #0: 00000274 (type 3, handle info (1) 6cf3c0
handle #1: 00000278 (type 3, handle info (1) 1
This is a bug; please report it at
https://github.com/git-for-windows/git/issues/new
To suppress this warning, please set the environment variable
SUPPRESS_HANDLE_INHERITANCE_WARNING=1
git: 'add/c/xampp/projects/tosin.php' is not a git command. See 'git --help'.
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git add /c/xampp/projects/tosin.php
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git commit -m "My profile "
[master 189c8f1] My profile
7 files changed, 41 insertions(+), 11 deletions(-)
create mode 160000 hngfun
delete mode 160000 hnginternship4
delete mode 100644 teest.php
delete mode 100644 test.php
delete mode 100644 testing.html
delete mode 100644 testt.php
create mode 100644 tosin.php
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git pull
fatal: unable to access 'https://github.com/Tosin210/Tosin2/': Could not resolve host: github.com
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git pull
fatal: unable to access 'https://github.com/Tosin210/Tosin2/': Could not resolve host: github.com
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git pull
fatal: unable to access 'https://github.com/Tosin210/Tosin2/': Could not resolve host: github.com
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git pull
fatal: unable to access 'https://github.com/Tosin210/Tosin2/': Empty reply from server
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git pull
fatal: unable to access 'https://github.com/Tosin210/Tosin2/': Could not resolve host: github.com
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git pull
fatal: unable to access 'https://github.com/Tosin210/Tosin2/': Could not resolve host: github.com
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git reset --hard HEAD
HEAD is now at 189c8f1 My profile
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git pull
Already up to date.
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ git push
Username for 'https://github.com': Tosin210
Counting objects: 3, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 851 bytes | 29.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/Tosin210/Tosin2
5e22279..189c8f1 master -> master
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$ ^C
alldots@TosinOtuseso MINGW32 /c/xampp/projects (master)
$