Git Command at HctoberFest @ OpenEbs
$ history
1 exit
2 virson
3 dir
4 cd c:\training
5 mkdir faas
6 cd faas
7 mkdir -p lab2 \ && cd lab2
8 echo $OPENFAAS_URL
9 echo $OPENFAAS_URL
10 http://127.0.0.1:31112
11 cd ..
12 mkdir lab1
13 cd lab1
14 git clone https://github.com/openfaas/faas
15 ls
16 cd faas
17 git checkout master
18 ./deploy_stack.sh
19 set OPENFAAS_URL http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
20 echo OPENFAAS_URL
21 set OPENFAAS_URL = http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
22 echo OPENFAAS_URL
23 OPENFAAS_URL
24 echo $OPENFAAS_URL
25 Export OPENFAAS_URL=http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
26 export OPENFAAS_URL=http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
27 faas-cli deploy -f https://raw.githubusercontent.com/openfaas/faas/master/stack.yml
28 faas-cli login
29 faas-cli login --password a2a0be1b168d530dbb9bedadd82ae29150f5974ccc88710a54eba3ae744a5b39
30 faas-cli deploy -f https://raw.githubusercontent.com/openfaas/faas/master/stack.yml
31 faas-cli list
32 faas-cli list --verbose
33 faas-cli list -v
34 faas-cli invoke markdown
35 echo Hi | faas-cli invoke markdown
36 echo Hi | faas-cli invoke markdown
37 faas-cli invoke markdown
38 uname -a | faas-cli invoke markdown
39 git clone https://github.com/openfaas/workshop && cd workshop
40 cat lab2.md | faas-cli invoke markdown
41 $ docker service create -d --name=grafana --publish=3000:3000 --network=func_functions stefanprodan/faas-grafana:4.6.3
42 docker service create -d --name=grafana --publish=3000:3000 --network=func_functions stefanprodan/faas-grafana:4.6.3
43 kubectl -n openfaas expose deployment grafana --type=NodePort --name=grafana
44 git -v
45 git --version
46 mkdir hactoberfest-2019
47 ls
48 hactoberfest-2019/
49 cd hactoberfest-2019/
50 git status
51 git branch
52 git init
53 git branch
54 git remote add origin https://github.com/rakeshonrediff/hactoberfest2019.git
55 git branch
56 git remote -v
57 git pull origin --rebase
58 ls -a
59 git pull
60 git pull origin master --rebase
61 ls -a
62 vim test.txt
63 ls
64 cat test.txt
65 git status
66 git add text.txt
67 git add test.txt
68 git status
69 git commit -m "This is demo file"
70 git config
71 git config user.name
72 git config user.email
73 git log
74 git config user.name "Rakesh Jaiswa"
75 git config user.username "rakeshonrediff"
76 git config user.email "r.jaiswal@rediffmail.com"
77 git config user.username
78 git config user.email
79 git reset --soft HEAD~1
80 git log
81 git status
82 git commit
83 git status
84 git log
85 git branch
86 git push origin master
87 ls
88 git pull origin master --rebase
89 git clone https://github.com/rakeshonrediff/hactoberfest-2019.git
90 ls
91 ls | grep fest
92 git remote -v
93 git remote add upstream $ git remote -v
94 origin https://github.com/rakeshonrediff/hactoberfest2019.git (fetch)
95 git remote add upstream https://github.com/rakeshonrediff/hactoberfest-2019.git
96 git remote -v
97 git remote ste-url --push upstream no-push
98 git remote set-url --push upstream no-push
99 git remote -v
100 git add raketh-test.txt
101 vim rakesh-test.txt
102 ls
103 git add rakesh-test.txt
104 git status
105 git commit -m "this is rakesh pr demo"
106 git log
107 git push master
108 git remote -v
109 ls
110 cd hactoberfest-2019/
111 git remote -v
112 cd ..
113 cd ..
114 mkdir temp
115 cd temp
116 git clone https://github.com/reakeshonrediff/hactoberfest-2019.git
117 git clone https://github.com/reakeshonrediff/hacktoberfest-2019.git
118 git clone https://github.com/rakeshonrediff/hactoberfest-2019.git
119 git clone github.com/rakeshonrediff/hactoberfest-2019.git
120 git clone https://github.com/rakeshonrediff/hactoberfest-2019.git
121 cd hactoberfest-2019/
122 ls
123 vim rakesh-test.txt
124 ls
125 git add rakesh-test.txt
126 git commit -m "This is rakesh test PR"
127 git remote add upstream https://github.com/qiell/hactoberfest-2019.git
128 git push origin master
129 git branch
130 git branch test
131 git branch
132 git checkout test
133 vim newbranch-text.txt
134 ls
135 cd..
136 cd..
137 cd/
138 ls
139 git add newbranch-text.txt
140 git commit -m "add new brancht test file"
141 git push origin test
142 git branch
143 git status
144 cd..
145 cd ..
146 git clone https://github.com/rakeshonrediff/litmus.git
147 ls
148 cd litmus/
149 git branch
150 git branch sitpanel-labelfix
151 git branch
152 git checkout sitpanel-labelfix
153 ls
154 vim README.md
155 git status
156 git diff README.md
157 git add README.md
158 git status
159 git commit -m "Empasised Kubernets word in readme fiel."
160 git remote -v
161 git push origin sitpanel-labelfix
162 cd ..
163 git clone https://github.com/rakeshonrediff/hactoberfest-2019
164 cd ..
165 cd temp
166 git branch pr3
167 git branch
168 ls
169 cd hactoberfest-2019/
170 git branch pr2
171 git checkout pr2
172 ls
173 vim text.md
174 git add text.md
175 git commit -m "PR3"
176 git branch
177 git status
178 git status
179 history
180 git remote -v
181 git push origin pr2
182 cd ..
183 git status
184 git branch
185 cd hactoberfest-2019/
186 git branch
187 git checkout master
188 git pull upstream master
189 git branch p3
190 git checkout p3
191 ls
192 vim hactoberfest2019.txt
193 git add hactoberfest2019.txt
194 git commit -m "this is hactober fest demo file"
195 git push origin p3
196 git checkout master
197 git branch pr4
198 ls
199 vim hatoberfest-pr4.txt
200 git add hatoberfest-pr4.txt
201 git commit -m "this is 4th PR"
202 git push origin pr4
203 history
1 exit
2 virson
3 dir
4 cd c:\training
5 mkdir faas
6 cd faas
7 mkdir -p lab2 \ && cd lab2
8 echo $OPENFAAS_URL
9 echo $OPENFAAS_URL
10 http://127.0.0.1:31112
11 cd ..
12 mkdir lab1
13 cd lab1
14 git clone https://github.com/openfaas/faas
15 ls
16 cd faas
17 git checkout master
18 ./deploy_stack.sh
19 set OPENFAAS_URL http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
20 echo OPENFAAS_URL
21 set OPENFAAS_URL = http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
22 echo OPENFAAS_URL
23 OPENFAAS_URL
24 echo $OPENFAAS_URL
25 Export OPENFAAS_URL=http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
26 export OPENFAAS_URL=http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080
27 faas-cli deploy -f https://raw.githubusercontent.com/openfaas/faas/master/stack.yml
28 faas-cli login
29 faas-cli login --password a2a0be1b168d530dbb9bedadd82ae29150f5974ccc88710a54eba3ae744a5b39
30 faas-cli deploy -f https://raw.githubusercontent.com/openfaas/faas/master/stack.yml
31 faas-cli list
32 faas-cli list --verbose
33 faas-cli list -v
34 faas-cli invoke markdown
35 echo Hi | faas-cli invoke markdown
36 echo Hi | faas-cli invoke markdown
37 faas-cli invoke markdown
38 uname -a | faas-cli invoke markdown
39 git clone https://github.com/openfaas/workshop && cd workshop
40 cat lab2.md | faas-cli invoke markdown
41 $ docker service create -d --name=grafana --publish=3000:3000 --network=func_functions stefanprodan/faas-grafana:4.6.3
42 docker service create -d --name=grafana --publish=3000:3000 --network=func_functions stefanprodan/faas-grafana:4.6.3
43 kubectl -n openfaas expose deployment grafana --type=NodePort --name=grafana
44 git -v
45 git --version
46 mkdir hactoberfest-2019
47 ls
48 hactoberfest-2019/
49 cd hactoberfest-2019/
50 git status
51 git branch
52 git init
53 git branch
54 git remote add origin https://github.com/rakeshonrediff/hactoberfest2019.git
55 git branch
56 git remote -v
57 git pull origin --rebase
58 ls -a
59 git pull
60 git pull origin master --rebase
61 ls -a
62 vim test.txt
63 ls
64 cat test.txt
65 git status
66 git add text.txt
67 git add test.txt
68 git status
69 git commit -m "This is demo file"
70 git config
71 git config user.name
72 git config user.email
73 git log
74 git config user.name "Rakesh Jaiswa"
75 git config user.username "rakeshonrediff"
76 git config user.email "r.jaiswal@rediffmail.com"
77 git config user.username
78 git config user.email
79 git reset --soft HEAD~1
80 git log
81 git status
82 git commit
83 git status
84 git log
85 git branch
86 git push origin master
87 ls
88 git pull origin master --rebase
89 git clone https://github.com/rakeshonrediff/hactoberfest-2019.git
90 ls
91 ls | grep fest
92 git remote -v
93 git remote add upstream $ git remote -v
94 origin https://github.com/rakeshonrediff/hactoberfest2019.git (fetch)
95 git remote add upstream https://github.com/rakeshonrediff/hactoberfest-2019.git
96 git remote -v
97 git remote ste-url --push upstream no-push
98 git remote set-url --push upstream no-push
99 git remote -v
100 git add raketh-test.txt
101 vim rakesh-test.txt
102 ls
103 git add rakesh-test.txt
104 git status
105 git commit -m "this is rakesh pr demo"
106 git log
107 git push master
108 git remote -v
109 ls
110 cd hactoberfest-2019/
111 git remote -v
112 cd ..
113 cd ..
114 mkdir temp
115 cd temp
116 git clone https://github.com/reakeshonrediff/hactoberfest-2019.git
117 git clone https://github.com/reakeshonrediff/hacktoberfest-2019.git
118 git clone https://github.com/rakeshonrediff/hactoberfest-2019.git
119 git clone github.com/rakeshonrediff/hactoberfest-2019.git
120 git clone https://github.com/rakeshonrediff/hactoberfest-2019.git
121 cd hactoberfest-2019/
122 ls
123 vim rakesh-test.txt
124 ls
125 git add rakesh-test.txt
126 git commit -m "This is rakesh test PR"
127 git remote add upstream https://github.com/qiell/hactoberfest-2019.git
128 git push origin master
129 git branch
130 git branch test
131 git branch
132 git checkout test
133 vim newbranch-text.txt
134 ls
135 cd..
136 cd..
137 cd/
138 ls
139 git add newbranch-text.txt
140 git commit -m "add new brancht test file"
141 git push origin test
142 git branch
143 git status
144 cd..
145 cd ..
146 git clone https://github.com/rakeshonrediff/litmus.git
147 ls
148 cd litmus/
149 git branch
150 git branch sitpanel-labelfix
151 git branch
152 git checkout sitpanel-labelfix
153 ls
154 vim README.md
155 git status
156 git diff README.md
157 git add README.md
158 git status
159 git commit -m "Empasised Kubernets word in readme fiel."
160 git remote -v
161 git push origin sitpanel-labelfix
162 cd ..
163 git clone https://github.com/rakeshonrediff/hactoberfest-2019
164 cd ..
165 cd temp
166 git branch pr3
167 git branch
168 ls
169 cd hactoberfest-2019/
170 git branch pr2
171 git checkout pr2
172 ls
173 vim text.md
174 git add text.md
175 git commit -m "PR3"
176 git branch
177 git status
178 git status
179 history
180 git remote -v
181 git push origin pr2
182 cd ..
183 git status
184 git branch
185 cd hactoberfest-2019/
186 git branch
187 git checkout master
188 git pull upstream master
189 git branch p3
190 git checkout p3
191 ls
192 vim hactoberfest2019.txt
193 git add hactoberfest2019.txt
194 git commit -m "this is hactober fest demo file"
195 git push origin p3
196 git checkout master
197 git branch pr4
198 ls
199 vim hatoberfest-pr4.txt
200 git add hatoberfest-pr4.txt
201 git commit -m "this is 4th PR"
202 git push origin pr4
203 history
Comments
Post a Comment