I borrowed a book called Introduction to GitHub from the library to learn while making it.
I am asking you this question because there is something difficult to understand in this book or just search.
I want to upload a folder like the .github, build, dist, external, src, test folder at https://github.com/jquery/jquery but the folder does not go up
Suppose you have a remote repository portfolio, a local repository portfolio, and a folder BasicFiles in the local repositoryCotton
cd portfolio
git init
git add * //
I thought it would work if I did it like this I searched for add because it doesn't work, and I heard that add can only be a file.
How can I create a folder inside a remote repository?
github
Cannot commit empty folder in git. Put one file in the folder and git add *. And if you push after git commit, the file will be on the github along with the folder.
You can also make it simple on the github homepage.
620 GDB gets version error when attempting to debug with the Presense SDK (IDE)
585 PHP ssh2_scp_send fails to send files as intended
577 Who developed the "avformat-59.dll" that comes with FFmpeg?
579 Understanding How to Configure Google API Key
631 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.