Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BROKEN_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git add .

6. now write commit message and tell what you did:
```
git commt -m "i fixed some issue maybe or not"
git commit -m "I fixed some issue maybe or not"
```

2. Push to branch but be carefull of name u use:
Expand Down