mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-27 02:01:02 -04:00
chore(curriculum): remove backticks for platform name in Troubleshoot on GitHub (#61664)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: task-4
|
||||
|
||||
# --description--
|
||||
|
||||
`GitHub` is a web-based platform used for version control and collaboration in software development. It allows multiple people to work on a project at the same time, track changes, and discuss issues.
|
||||
GitHub is a web-based platform used for version control and collaboration in software development. It allows multiple people to work on a project at the same time, track changes, and discuss issues.
|
||||
|
||||
For example, developers use GitHub to manage code changes and collaborate on projects.
|
||||
|
||||
@@ -21,11 +21,11 @@ For example, developers use GitHub to manage code changes and collaborate on pro
|
||||
|
||||
## --blanks--
|
||||
|
||||
`GitHub`
|
||||
GitHub
|
||||
|
||||
### --feedback--
|
||||
|
||||
`GitHub` is the platform where developers track and collaborate on software projects.
|
||||
GitHub is the platform where developers track and collaborate on software projects.
|
||||
|
||||
# --scene--
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dashedName: task-7
|
||||
|
||||
# --description--
|
||||
|
||||
In coding, especially when using version control systems like `Git`, `push` means to upload changes from a local repository to a remote one.
|
||||
In coding, especially when using version control systems like Git, `push` means to upload changes from a local repository to a remote one.
|
||||
|
||||
The past tense `pushed` indicates that this action has already been completed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user