You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GIt/README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
-[How We Encode Code Reviews at Netlify](https://www.netlify.com/blog/2020/03/05/feedback-ladders-how-we-encode-code-reviews-at-netlify/)
4
4
5
5
_Good insights on how to contribute effectively and issues categorization tutorial_
6
+
--------------------------------
6
7
7
8
## I am trying to make GitHub actions work with my Patoq book
8
-
first I made a new branch using:
9
+
1.first I made a new branch using:
9
10
10
11
```bash
11
12
# Create and switch to a new backup branch
@@ -17,7 +18,7 @@ first I made a new branch using:
17
18
The backup branch should be an exact copy of your main branch before we add the GitHub Actions. The GitHub Actions workflow should only be in the main branch
18
19
This way, if something goes wrong, you can easily revert to the pre-Actions state
19
20
20
-
- where are we?
21
+
2. where are we?
21
22
```bash
22
23
cd ./patoq && git status | cat
23
24
```
@@ -36,6 +37,13 @@ let's push the changes to github:
0 commit comments