Skip to content

Commit da03cf4

Browse files
committed
Removing some now-not-needed headers that were previously used for slides
1 parent 9affe89 commit da03cf4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/teamwork.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ digraph {
227227

228228
---
229229

230-
<!-- .slide: style="font-size: 30px;" -->
231-
232230
## Pull from remote repo, new file
233231

234232
Let us do an example where there is a new file on the remote repository:
@@ -251,8 +249,6 @@ Fast-forward
251249

252250
---
253251

254-
<!-- .slide: style="font-size: 26px;" -->
255-
256252
## Example: creating a new branch, pushing changes
257253

258254
Here we create a new branch on a remote repository and add a file to it, then push:
@@ -285,10 +281,6 @@ no changes added to commit (use "git add" and/or "git commit -a")
285281

286282
---
287283

288-
<!-- .slide: style="font-size: 30px;" -->
289-
290-
## Example continued
291-
292284
```shell
293285
bbrydsoe@enterprise-a:~/mytestrepo$ git log --graph --oneline --decorate --all
294286
* accef46 (HEAD -> mynewbranch, main) Updating the file funny.txt
@@ -317,11 +309,6 @@ Note: when you do this it should be coloured for easier readability
317309

318310
---
319311

320-
<!-- .slide: style="font-size: 30px;" -->
321-
322-
## Example continued
323-
324-
325312
I stage and commit the file.
326313

327314
```shell
@@ -344,10 +331,6 @@ bbrydsoe@enterprise-a:~/mytestrepo$
344331

345332
---
346333

347-
<!-- .slide: style="font-size: 30px;" -->
348-
349-
## Example continued
350-
351334
Let us again check with `git status` and `git log ...`
352335

353336
```shell
@@ -384,10 +367,6 @@ bbrydsoe@enterprise-a:~/mytestrepo$
384367

385368
---
386369

387-
<!-- .slide: style="font-size: 28px;" -->
388-
389-
## Example continued
390-
391370
Push your changes with `git push origin -u yourbranchname` (or with `git push -u origin HEAD`)
392371

393372
```shell
@@ -423,8 +402,6 @@ bbrydsoe@enterprise-a:~/mytestrepo$
423402

424403
---
425404

426-
<!-- .slide: style="font-size: 30px;" -->
427-
428405
## Example: Merging branches
429406

430407
We will merge the branches from the command line. Let us first see which branches exist in my repo - in this case I will check for both local and remote branches

0 commit comments

Comments
 (0)