Skip to content

Commit

Permalink
Match cheatsheet style
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Oct 25, 2021
1 parent f19a401 commit 169c279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ git branch -D <local-branch-name>
# delete remote branch
git push origin :<remote-branch-name>
# checkout a pull request
git fetch origin pull/{PR number}/head:{branch name}
git fetch origin pull/<pr-number>/head:<branch-name>
```

## remote
Expand Down

0 comments on commit 169c279

Please sign in to comment.