File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -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,7 +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
- ### When you work on two features
182
+ ### Changing a Commit Message
183
+
184
+ See < https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message > .
185
+
186
+ ### When You Work on Two Features
183
187
184
188
If you are working on two features at a time, then you will want to
185
189
switch between them to keep the contributions separate. For instance:
@@ -314,7 +318,7 @@ And finally push your local branch to your GitHub repository:
314
318
> git push --force-with-lease origin fix/problem123
315
319
```
316
320
317
- ## If you sent to the wrong branch
321
+ ## If You Sent to the Wrong Branch
318
322
319
323
If you have sent a PR to the wrong branch, you need to create a new PR branch.
320
324
You can’t perform that action at this time.
0 commit comments