Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkastner committed Oct 12, 2023
1 parent cd7a406 commit a7a0234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ make html

### GitHub refresher
#### Push new changes
Use this Git sequence to make a quick push.

```
git status
Expand All @@ -100,6 +101,9 @@ git push -u origin main
```

#### Making a pull request
Use this Git sequence to make a branch and make a pull request.
Recommend for significant changes.

```
git checkout main
git pull
Expand Down

0 comments on commit a7a0234

Please sign in to comment.