1
0
mirror of synced 2025-12-22 19:34:15 -05:00
Files
docs/content/github/managing-files-in-a-repository/creating-new-files.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

2.0 KiB
Raw Blame History

title, intro, redirect_from, versions
title intro redirect_from versions
Creating new files You can create new files directly on {{ site.data.variables.product.product_name }} in any repository you have write access to.
/articles/creating-new-files
free-pro-team enterprise-server
* *

When creating a file on {{ site.data.variables.product.product_name }}, consider the following:

{{ site.data.reusables.repositories.sensitive-info-warning }}

{{ site.data.reusables.repositories.navigate-to-repo }} 2. In your repository, browse to the folder where you want to create a file. {{ site.data.reusables.files.add-file }} 4. In the file name field, type the name and extension for the file. To create subdirectories, type the / directory separator. New file name 5. On the Edit new file tab, add content to the file. Content in new file 6. To review the new content, click Preview. New file preview button {{ site.data.reusables.files.write_commit_message }} {{ site.data.reusables.files.choose-commit-email }} {{ site.data.reusables.files.choose_commit_branch }} {{ site.data.reusables.files.propose_new_file }}

Further reading