1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Add new line character to lines without it (#38196)

This commit is contained in:
Grace Park
2023-06-21 09:03:41 -07:00
committed by GitHub
parent b343c77c3c
commit 82bf353afd
482 changed files with 482 additions and 482 deletions

View File

@@ -21,4 +21,4 @@ For more information about IDEs, see "[AUTOTITLE](/education/manage-coursework-w
{% data reusables.classroom.sign-into-github-classroom %}
{% data reusables.classroom.click-classroom-in-list %}
{% data reusables.classroom.click-assignment-in-list %}
1. To the right of the submission, click **View IDE**.
1. To the right of the submission, click **View IDE**.

View File

@@ -13,4 +13,4 @@ Your teacher can set an assignment deadline for assignments on {% data variables
## Viewing an assignment's deadline
1. Navigate to your assignment repository.
1. On the main page of your repository, scroll down until you see the repository's README, then click {% octicon "calendar" aria-hidden="true" %} **Review the assignment due date**. Your assignment deadline is visible below the link to your assignment repository. The deadline shown updates automatically any time your teacher alters the assignment deadline.
1. On the main page of your repository, scroll down until you see the repository's README, then click {% octicon "calendar" aria-hidden="true" %} **Review the assignment due date**. Your assignment deadline is visible below the link to your assignment repository. The deadline shown updates automatically any time your teacher alters the assignment deadline.

View File

@@ -113,4 +113,4 @@ You can disconnect your classroom from your LMS in {% data variables.product.pro
{% data reusables.classroom.click-classroom-in-list %}
{% data reusables.classroom.click-settings %}
1. Under "Connect to a learning management system (LMS)", click **Connection Settings**.
1. Under "Delete Connection to your learning management system", click **Disconnect from your learning management system**.
1. Under "Delete Connection to your learning management system", click **Disconnect from your learning management system**.

View File

@@ -19,4 +19,4 @@ You can reuse an existing assignment, even if it uses a template repository, in
- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment)"
- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment)"
- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli)"
- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli)"

View File

@@ -103,4 +103,4 @@ Clones starter code repo used by an assignment. By default, the starter code is
gh classroom clone student-repos
```
Clones student repositories from a given assignment. By default, the student repos are cloned into the current directory a directory named after the assignment slug. To clone into a different directory, use the `--directory` flag. If the directory does not exists, it will be created.
Clones student repositories from a given assignment. By default, the student repos are cloned into the current directory a directory named after the assignment slug. To clone into a different directory, use the `--directory` flag. If the directory does not exists, it will be created.