-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathPR undo.txt
174 lines (116 loc) · 5.12 KB
/
PR undo.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
Last login: Sat Mar 23 13:25:32 on ttys002
SicParvisMagna at Kunals-MacBook in ~
$ drive
SicParvisMagna at Kunals-MacBook in Documents
$ cd fabric8-maven-plugin/
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ c
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ ls
CHANGELOG.md enricher license.txt plugin watcher
README.md generator mvnw pom.xml
core header.txt mvnw.cmd samples
doc it parent scripts
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git log
commit f7e072f63ea3bd69f4d99bb434ffda1e2b663595 (HEAD -> Durations, origin/Temp, Temp)
Author: Kunal Kushwaha <[email protected]>
Date: Sat Mar 23 09:41:26 2019 +0530
'abstract' qualifier removed from BaseEnricher
commit 09c19b0f78f163d325a72bceb5e6e0cfa7afaeb4
Author: Kunal Kushwaha <[email protected]>
Date: Sat Mar 23 09:33:40 2019 +0530
WatchEnricher file removed
commit 54ec89b469b5eeaf679b5916713f5da0f23e891d (origin/master, origin/HEAD, master)
Author: Rohan Kumar <[email protected]>
Date: Thu Mar 21 12:28:05 2019 +0530
Fixed openshift typo in doc
commit 592f9ebaf9e133bc18416fd637564cca37817d44
Author: Rohan Kumar <[email protected]>
Date: Tue Mar 19 19:00:55 2019 +0530
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git reset 09c19b0f78f163d325a72bceb5e6e0cfa7afaeb4
Unstaged changes after reset:
M enricher/api/src/main/java/io/fabric8/maven/enricher/api/BaseEnricher.java
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git stash
Saved working directory and index state WIP on Durations: 09c19b0f WatchEnricher file removed
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git push -f origin Tesp
error: src refspec Tesp does not match any.
error: failed to push some refs to 'https://github.com/kunal-kushwaha/fabric8-maven-plugin.git'
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git push -f origin Temp
Everything up-to-date
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git log
commit 09c19b0f78f163d325a72bceb5e6e0cfa7afaeb4 (HEAD -> Durations)
Author: Kunal Kushwaha <[email protected]>
Date: Sat Mar 23 09:33:40 2019 +0530
WatchEnricher file removed
commit 54ec89b469b5eeaf679b5916713f5da0f23e891d (origin/master, origin/HEAD, master)
Author: Rohan Kumar <[email protected]>
Date: Thu Mar 21 12:28:05 2019 +0530
Fixed openshift typo in doc
commit 592f9ebaf9e133bc18416fd637564cca37817d44
Author: Rohan Kumar <[email protected]>
Date: Tue Mar 19 19:00:55 2019 +0530
Fix #1037: Do not add ImageChange change triggers for Docker images
+ Only add triggers to main application container
+ Added ImageChangeTriggerEnricher for handling triggers in separate enricher
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git log
commit 09c19b0f78f163d325a72bceb5e6e0cfa7afaeb4 (HEAD -> Durations)
Author: Kunal Kushwaha <[email protected]>
Date: Sat Mar 23 09:33:40 2019 +0530
WatchEnricher file removed
commit 54ec89b469b5eeaf679b5916713f5da0f23e891d (origin/master, origin/HEAD, master)
Author: Rohan Kumar <[email protected]>
Date: Thu Mar 21 12:28:05 2019 +0530
Fixed openshift typo in doc
commit 592f9ebaf9e133bc18416fd637564cca37817d44
Author: Rohan Kumar <[email protected]>
Date: Tue Mar 19 19:00:55 2019 +0530
Fix #1037: Do not add ImageChange change triggers for Docker images
+ Only add triggers to main application container
+ Added ImageChangeTriggerEnricher for handling triggers in separate enricher
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git branch
* Durations
Temp
master
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git checkout Temp
Switched to branch 'Temp'
Your branch is up to date with 'origin/Temp'.
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git log
commit f7e072f63ea3bd69f4d99bb434ffda1e2b663595 (HEAD -> Temp, origin/Temp)
Author: Kunal Kushwaha <[email protected]>
Date: Sat Mar 23 09:41:26 2019 +0530
'abstract' qualifier removed from BaseEnricher
commit 09c19b0f78f163d325a72bceb5e6e0cfa7afaeb4 (Durations)
Author: Kunal Kushwaha <[email protected]>
Date: Sat Mar 23 09:33:40 2019 +0530
WatchEnricher file removed
commit 54ec89b469b5eeaf679b5916713f5da0f23e891d (origin/master, origin/HEAD, master)
Author: Rohan Kumar <[email protected]>
Date: Thu Mar 21 12:28:05 2019 +0530
Fixed openshift typo in doc
commit 592f9ebaf9e133bc18416fd637564cca37817d44
Author: Rohan Kumar <[email protected]>
Date: Tue Mar 19 19:00:55 2019 +0530
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git reset 09c19b0f78
Unstaged changes after reset:
M enricher/api/src/main/java/io/fabric8/maven/enricher/api/BaseEnricher.java
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git stash
Saved working directory and index state WIP on Temp: 09c19b0f WatchEnricher file removed
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$ git push -f origin Temp
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/kunal-kushwaha/fabric8-maven-plugin.git
+ f7e072f6...09c19b0f Temp -> Temp (forced update)
SicParvisMagna at Kunals-MacBook in fabric8-maven-plugin
$