. Advertisement .
..3..
. Advertisement .
..4..
Hi there! I’m working on Github and have a problem with Folder. How To Push A Folder To Github Repository? I still haven’t figured out how to handle it. Do you have any ideas?
1. Create a new repository in GitHub by clicking “Create New Repository.”
2. Restart your project from the terminal or command line.
3. In your terminal/command line, type git remote add origin [copied web address]
4. Make sure you push the branch you want into Github:
git push with git push -u source main
5. Go back to the repository/folder screen on Github which you have just left, and then refresh it.
I have found this way
If anyone do not want to look for a perfect solution so you can also use following way