Skip to content

Commit ffe2729

Browse files
authored
Merge pull request github#20364 from github/repo-sync
repo sync
2 parents f8ad12e + 1461f3a commit ffe2729

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

content/get-started/getting-started-with-git/configuring-git-to-handle-line-endings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ versions:
1515
ghae: '*'
1616
shortTitle: Handle line endings
1717
---
18+
## About line endings
1819
Every time you press <kbd>return</kbd> on your keyboard you insert an invisible character called a line ending. Different operating systems handle line endings differently.
1920

2021
When you're collaborating on projects with Git and {% data variables.product.product_name %}, Git might produce unexpected results if, for example, you're working on a Windows machine, and your collaborator has made a change in macOS.

content/get-started/getting-started-with-git/setting-your-username-in-git.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ versions:
1212
ghae: '*'
1313
shortTitle: Set your username
1414
---
15+
## About Git usernames
1516
You can change the name that is associated with your Git commits using the `git config` command. The new name you set will be visible in any future commits you push to {% data variables.product.product_name %} from the command line. If you'd like to keep your real name private, you can use any text as your Git username.
1617

1718
Changing the name associated with your Git commits using `git config` will only affect future commits and will not change the name used for past commits.

content/get-started/using-git/pushing-commits-to-a-remote-repository.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ versions:
1313
ghae: '*'
1414
shortTitle: Push commits to a remote
1515
---
16+
## About `git push`
1617
The `git push` command takes two arguments:
1718

1819
* A remote name, for example, `origin`

0 commit comments

Comments
 (0)