File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
exercises-solutions/7.teamwork/8.deleting-branches Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 Switched to branch 'awesomefeature'
1212 bbrydsoe@enterprise-a:~/mytestrepo$ touch awesome.txt
1313 bbrydsoe@enterprise-a:~/mytestrepo$ echo 'This branch will have an awesome feature' > awesome.txt
14- bbrydsoe@enterprise-a:~ /mytestrepo$ git add awesome.txt
14+ bbrydsoe@enterprise-a:~/mytestrepo$ git add awesome.txt
1515 bbrydsoe@enterprise-a:~/mytestrepo$ git commit -m "Committing the first file in my new awesome branch"
1616 [awesomefeature aa0f455] Committing the first file in my new awesome branch
1717 1 file changed, 1 insertion(+)
@@ -182,7 +182,7 @@ bbrydsoe@enterprise-a:~/mytestrepo$ git add awesome.txt
182182
183183 As you can see, nothing commmitted - you only did things "locally" and need to push it for it to take effect remotely.
184184
185- Your local branches:
185+ Your local branches:
186186
187187 ```shell
188188 bbrydsoe@enterprise-a:~/mytestrepo$ git branch
@@ -226,5 +226,5 @@ Your local branches:
226226 yetanotherbranch
227227 ```
228228
229- Success! We got the branch back!
229+ Success! We got the branch back!
230230
You can’t perform that action at this time.
0 commit comments