How do I add a folder in a Repo? #61112
Answered
by
jackyyy65
V205Arduino
asked this question in
New to GitHub
-
How do I add a folder in a Repo? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
jackyyy65
Jul 18, 2023
Replies: 3 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
not working |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, it's quite simple actually! To add a new folder to a repository, I just need to go to the repository on GitHub and click on 'Create new file.' Then, I enter the name I want for the folder, followed by a forward slash (/) to create it. After that, I can choose to add a file inside the folder if I want, or just create an empty folder. Once I'm done, I hit 'Commit new file,' and ta-da! The new folder is now part of the repository. It's such a handy trick to organize my projects neatly on GitHub!