1
0
mirror of synced 2025-12-23 11:54:18 -05:00

[Jan 11, 2021/Ready to ship] Deleting directories (#16901)

* Rename article

* Do everything else

* Fix filename typo

* Add 💅

* Add beta note

* Clarify beta note

Co-authored-by: Meg Bird <megbird@github.com>

* Remove beta note

* Remove extra line

* Add versioning

* Rename article

* Add redirect for almost name

* Update file name

* Fix link

Co-authored-by: Meg Bird <megbird@github.com>
This commit is contained in:
Laura Coursen
2021-01-11 12:15:33 -06:00
committed by GitHub
parent 641ed02e81
commit 9e1d0b64dc
5 changed files with 45 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ versions:
### Following the GitHub flow
1. [Create a branch](/articles/creating-and-deleting-branches-within-your-repository) from the repository.
2. [Create](/articles/creating-new-files), [edit](/articles/editing-files), [rename](/articles/renaming-a-file), [move](/articles/moving-a-file-to-a-new-location), or [delete](/articles/deleting-files) files.
2. [Create](/articles/creating-new-files), [edit](/articles/editing-files), [rename](/articles/renaming-a-file), [move](/articles/moving-a-file-to-a-new-location), or [delete](/github/managing-files-in-a-repository/deleting-files-in-a-repository) files.
3. [Send a pull request](/articles/creating-a-pull-request) from your branch with your proposed changes to kick off a discussion.
4. Make changes on your branch as needed. Your pull request will update automatically.
5. [Merge the pull request](/articles/merging-a-pull-request) once the branch is ready to be merged.