@@ -66,7 +66,7 @@ Clone your repository, leaving a local folder for you to work with:
66
66
> git clone ORIGIN_URL
67
67
```
68
68
69
- ## Syncing your repository
69
+ ## Syncing Your Repository
70
70
71
71
Within your local repository, Git will have created an alias,
72
72
** origin** , for the GitHub repository it is bound to. You want to create
@@ -179,11 +179,11 @@ For instance, to commit your work from a debugging session:
179
179
180
180
Just make sure that your commits in a feature branch are all related.
181
181
182
- ### Changing a commit message
182
+ ### Changing a Commit Message
183
183
184
184
See < https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message > .
185
185
186
- ### When you work on two features
186
+ ### When You Work on Two Features
187
187
188
188
If you are working on two features at a time, then you will want to
189
189
switch between them to keep the contributions separate. For instance:
@@ -318,7 +318,7 @@ And finally push your local branch to your GitHub repository:
318
318
> git push --force-with-lease origin fix/problem123
319
319
```
320
320
321
- ## If you sent to the wrong branch
321
+ ## If You Sent to the Wrong Branch
322
322
323
323
If you have sent a PR to the wrong branch, you need to create a new PR branch.
324
324
0 commit comments