|
128 | 128 | - term: commit |
129 | 129 | description: >- |
130 | 130 | A commit, or "revision", is an individual change to a file (or set of |
131 | | - files). When you make a commit to save your work, Git creates a unique ID (a.k.a. the "SHA" or "hash") that allows you to keep record of the specific changes commited along with who made them and when. Commits usually contain a |
| 131 | + files). When you make a commit to save your work, Git creates a unique ID (a.k.a. the "SHA" or "hash") that allows you to keep record of the specific changes committed along with who made them and when. Commits usually contain a |
132 | 132 | commit message which is a brief description of what changes were made. |
133 | 133 | - term: commit author |
134 | 134 | description: The user who makes the commit. |
|
140 | 140 | description: Also known as SHA. A 40-character checksum hash that identifies the commit. |
141 | 141 | - term: commit message |
142 | 142 | description: >- |
143 | | - Short, descriptive text that accompanys a commit and communicates the change |
| 143 | + Short, descriptive text that accompanies a commit and communicates the change |
144 | 144 | the commit is introducing. |
145 | 145 | - term: compare branch |
146 | 146 | description: >- |
|
406 | 406 | convention and is not required. |
407 | 407 | - term: master |
408 | 408 | description: >- |
409 | | - The default branch in many Git repositories. By default, when you create |
410 | | - a new Git repository on the command line a branch called `master` is created. |
411 | | - Many tools now use an alternative name for the default branch. For example, |
| 409 | + The default branch in many Git repositories. By default, when you create |
| 410 | + a new Git repository on the command line a branch called `master` is created. |
| 411 | + Many tools now use an alternative name for the default branch. For example, |
412 | 412 | when you create a new repository on GitHub the default branch is called `main`. |
413 | 413 | - term: Members graph |
414 | 414 | description: A repository graph that shows all the forks of a repository. |
|
458 | 458 | - term: notification |
459 | 459 | description: >- |
460 | 460 | Updates, delivered by either the web or email depending on your settings, |
461 | | - that give you information about the activites you're interested in. |
| 461 | + that give you information about the activities you're interested in. |
462 | 462 | - term: OAuth App |
463 | 463 | description: >- |
464 | 464 | A third-party application that uses access tokens rather than passwords to |
|
0 commit comments