Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman committed Oct 15, 2024
1 parent 7201bd5 commit c83a3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_version_control/git_basics_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Starting remarks:
- `git fetch alex`
- `git checkout -t alex/[branch-name]`
- I could now also push to `ajaust`'s remote

- (8) GitHub CLI
- `git push -u ...` and `git pull -t ...` maybe hard to remember at first.
- Things get easier with the [GitHub CLI](https://cli.github.com/), but bound to GitHub, obviously.
Expand Down

0 comments on commit c83a3d2

Please sign in to comment.