Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo authored May 21, 2024
1 parent 22e4b20 commit feb5e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ $ comai print my public ip address
```shell
$ comai rename the current branch to awesome-branch
❯ git branch -m $(git rev-parse --abbrev-ref HEAD) awesome-feature
❯ git branch -m $(git rev-parse --abbrev-ref HEAD) awesome-branch
$ comai show me all the branches having commit c4c0d2d in common
❯ git branch -a --contains c4c0d2d
main
fix/terrible-bug
* awesome-feature
* awesome-branch
```
3. Find the annoying process using the port 8080:
Expand Down

0 comments on commit feb5e71

Please sign in to comment.