Skip to content

Commit 80958eb

Browse files
committed
fix(git tutorial): remote delete flag
Signed-off-by: rishyak <[email protected]>
1 parent 47d33f3 commit 80958eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting_started/notebooks/04_first_pr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can do this with:
100100
```
101101
git switch main
102102
git branch -D branch_name
103-
git push origin -D branch_name
103+
git push origin -d branch_name
104104
```
105105

106106
The first command switches off of the development branch, because you cannot

0 commit comments

Comments
 (0)