We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fedbd8 commit c4245f4Copy full SHA for c4245f4
git/git-history.txt
@@ -163,3 +163,22 @@
163
163 git push -u origin featxy
164
164 clear
165
165 history
166
+
167
168
+ 167 git branch
169
+ 168 git branch newbranch
170
+ 169 git branch
171
+ 170 ls -l
172
+ 171 git checkout newbranch
173
+ 172 git branch
174
+ 173 ls -l
175
+ 174 touch newcode.txt
176
+ 175 git add .
177
+ 176 git commit -m "newcode"
178
+ 177 git branch
179
+ 178 ls -l
180
+ 179 git checkout featxy
181
+ 180 ls -l
182
+ 181 git merge newbranch
183
+ 182 ls -l
184
+ 183 history
0 commit comments