Merge branch 'main' into patch-1
This commit is contained in:
@@ -43,8 +43,9 @@ To re-enable Universal Links, long-press any {% data variables.product.prodname_
|
||||
|
||||
### Sharing feedback
|
||||
|
||||
If you have feedback or feature requests for {% data variables.product.prodname_mobile %}, you can email us at <a href="mailto:mobilefeedback@github.com">mobilefeedback@github.com</a>.
|
||||
If you find a bug in {% data variables.product.prodname_mobile %}, you can email us at <a href="mailto:mobilefeedback@github.com">mobilefeedback@github.com</a>.
|
||||
|
||||
You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} [on GitHub Discussions](https://github.com/github/feedback/discussions?discussions_q=category%3A%22Mobile+Feedback%22).
|
||||
|
||||
### Opting out of beta releases for iOS
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ versions:
|
||||
3. Change the current working directory to your local project.
|
||||
4. Initialize the local directory as a Git repository.
|
||||
```shell
|
||||
$ git init
|
||||
$ git init -b main
|
||||
```
|
||||
5. Add the files in your new local repository. This stages them for the first commit.
|
||||
```shell
|
||||
@@ -63,7 +63,7 @@ versions:
|
||||
3. Change the current working directory to your local project.
|
||||
4. Initialize the local directory as a Git repository.
|
||||
```shell
|
||||
$ git init
|
||||
$ git init -b main
|
||||
```
|
||||
5. Add the files in your new local repository. This stages them for the first commit.
|
||||
```shell
|
||||
@@ -100,7 +100,7 @@ versions:
|
||||
3. Change the current working directory to your local project.
|
||||
4. Initialize the local directory as a Git repository.
|
||||
```shell
|
||||
$ git init
|
||||
$ git init -b main
|
||||
```
|
||||
5. Add the files in your new local repository. This stages them for the first commit.
|
||||
```shell
|
||||
|
||||
@@ -51,7 +51,7 @@ The number of jobs you can run concurrently across all repositories in your user
|
||||
At the end of the month, {% data variables.product.prodname_dotcom %} calculates the cost of minutes and storage used over the amount included in your account. For example, if your organization uses {% data variables.product.prodname_team %} and allows unlimited spending, using 15,000 minutes could have a total storage and minute overage cost of $56, depending on the operating systems used to run jobs.
|
||||
|
||||
- 5,000 (3,000 Linux and 2,000 Windows) minutes = $56 ($24 + $32).
|
||||
- 3,000 Linux minutes at $0.008 per = $24.
|
||||
- 3,000 Linux minutes at $0.008 per minute = $24.
|
||||
- 2,000 Windows minutes at $0.016 per minute = $32.
|
||||
|
||||
At the end of the month, {% data variables.product.prodname_dotcom %} rounds your data transfer to the nearest GB.
|
||||
|
||||
Reference in New Issue
Block a user