Skip to content

Commit c4245f4

Browse files
author
lerndevops
authored
Update git-history.txt
1 parent 0fedbd8 commit c4245f4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

git/git-history.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,22 @@
163163
163 git push -u origin featxy
164164
164 clear
165165
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

Comments
 (0)