Skip to content

Commit 2a2b75b

Browse files
committed
wip(content): started filling out bash scripting section
1 parent e5f7e65 commit 2a2b75b

File tree

4 files changed

+418
-17
lines changed

4 files changed

+418
-17
lines changed

src/content/lessons/advanced-git-features.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,36 @@ B~1 # A
2626

2727
## Reflog
2828

29+
<!-- # selects the commit master was -->
30+
<!-- # on at the given time -->
31+
<!-- master@{5.days.ago} -->
32+
33+
---
34+
2935
## Blame
3036

37+
---
38+
3139
## Tags
3240

41+
---
42+
3343
## Protocols
3444

45+
---
46+
3547
## Porcelain vs plumbing
3648

49+
---
50+
51+
3752
## Exploring the .git directory
3853

39-
## Hooks
54+
---
4055

41-
## Github actions
56+
## Git Hooks
4257

43-
<!-- TODO: tags -->
58+
---
4459

45-
<!-- TODO: reflog -->
60+
## Github actions
4661

47-
<!-- # selects the commit master was -->
48-
<!-- # on at the given time -->
49-
<!-- master@{5.days.ago} -->
50-
<!-- TODO: protocols -->

0 commit comments

Comments
 (0)