Skip to content

Commit edd7500

Browse files
authored
repo sync
2 parents 4d124dc + 522728f commit edd7500

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You need to add these variables to the `.env` file:
151151
Here is an example `.env` file:
152152
153153
```
154-
PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
154+
GITHUB_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
155155
...
156156
HkVN9...
157157
...
@@ -402,7 +402,7 @@ Here are a few common problems and some suggested solutions. If you run into any
402402
**A:** You probably haven't set up your private key environment variable quite right. Your `GITHUB_PRIVATE_KEY` variable should look like this:
403403
404404
```
405-
PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
405+
GITHUB_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
406406
...
407407
HkVN9...
408408
...

content/github/administering-a-repository/viewing-branches-in-your-repository.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ versions:
1616
- **Stale branches**: The **Stale** view shows all branches that no one has committed to in the last three months, ordered by the branches with the oldest commits first. Use this list to determine [which branches to delete](/articles/creating-and-deleting-branches-within-your-repository).
1717
- **All branches**: The **All** view shows the default branch, followed by all other branches ordered by the branches with the most recent commits first.
1818

19+
4. Optionally, use the search field on the top right. It provides a simple, case-insensitive, sub-string search on the branch name. It does not support any additional query syntax.
20+
1921
![The branches page for the Atom repository](/assets/images/help/branches/branches-overview-atom.png)
2022

2123
### Further reading

0 commit comments

Comments
 (0)