Skip to content

Commit b7746d3

Browse files
authored
Update README.md
1 parent 80903ce commit b7746d3

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,30 +2026,3 @@ In summary : Repositories = your code, Projects = your organization, Stars = you
20262026

20272027
---
20282028

2029-
# How to update your public repository with this file
2030-
2031-
## If you already have a local clone of your repository
2032-
2033-
Open your terminal in the folder of your repository, then run these commands one by one :
2034-
2035-
```bash
2036-
cp /path/to/github-projects-faq.md .
2037-
git add github-projects-faq.md
2038-
git commit -m "Add GitHub Projects FAQ"
2039-
git push
2040-
```
2041-
2042-
## If you want to add it directly from the GitHub web interface
2043-
2044-
1. Go to your repository on github.com
2045-
2. Click "Add file" then "Upload files"
2046-
3. Drag and drop the file `github-projects-faq.md`
2047-
4. At the bottom of the page, write a short commit message, for example : "Add GitHub Projects FAQ"
2048-
5. Click "Commit changes"
2049-
2050-
The file will then be visible publicly in your repository.
2051-
2052-
## If you want to name it differently
2053-
2054-
You can rename it `README.md` if you want it to appear automatically on the main page of your repository. GitHub displays the README.md file by default when someone visits your repo.
2055-

0 commit comments

Comments
 (0)