Skip to content

Commit

Permalink
feat: added book final structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shynxe committed Nov 12, 2023
1 parent 55aa5aa commit bfe320a
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Introduction
22 changes: 22 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# Summary

[Introduction](README.md)

# What is Git?
- [Chapter 1](./chapter-1.md)
- [Exercise 1](./exercise-1/exercise-1.md)
- [Generate SSH Keys in Windows](./exercise-1/generate-ssh-windows.md)
- [Generate SSH Keys in Linux](./exercise-1/generate-ssh-linux.md)
- [Add SSH Key](./exercise-1/add-ssh-key.md)
- [Create Repository](./exercise-1/create-repository.md)
- [Use Git Workflow](./exercise-1/use-git-workflow.md)
- [Modify Files](./exercise-1/git-modify-files.md)
- [Push work to Github](./exercise-1/push-work-to-github.md)
- [Cheatsheet](./exercise-1/cheatsheet.md)
- [Git best practices](./exercise-1/git-best-practices.md)

---

# Rebase, Resolve, Revise
- [Chapter 2](./chapter-2.md)
- [Exercise 2](./exercise-2/exercise-2.md)

---

[Quiz & Feedback](quiz.md)
1 change: 1 addition & 0 deletions src/add-ssh-key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Add SSH Key
1 change: 1 addition & 0 deletions src/chapter-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chapter 2
1 change: 1 addition & 0 deletions src/cheatsheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Cheatsheet
1 change: 1 addition & 0 deletions src/create-repository.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Create Repository
2 changes: 1 addition & 1 deletion src/exercise-1/git-modify-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**Note for MacOS users:** If your terminal reads “command not found: code,” you must head back to [Command Line Basics](#) and follow the instructions provided to allow this command to work.
</details>

2. Add “Hello Odin!” to line 3 of `README.md` and save the file with `Ctrl + S` (Mac: `Cmd + S`).
2. Add “Hello GDSC!” to line 3 of `README.md` and save the file with `Ctrl + S` (Mac: `Cmd + S`).

**Edit README using text editor**

Expand Down
1 change: 1 addition & 0 deletions src/exercise-2/exercise-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Exercise 2
1 change: 1 addition & 0 deletions src/generate-ssh-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Generate SSH Keys in Linux
1 change: 1 addition & 0 deletions src/generate-ssh-windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Generate SSH Keys in Windows
1 change: 1 addition & 0 deletions src/git-best-practices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Git best practices
1 change: 1 addition & 0 deletions src/git-modify-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Modify Files
1 change: 1 addition & 0 deletions src/push-work-to-github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Push work to Github
1 change: 1 addition & 0 deletions src/quiz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Quiz
1 change: 1 addition & 0 deletions src/use-git-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Use Git Workflow

0 comments on commit bfe320a

Please sign in to comment.