Entrance
Go to the Explorer of Windows System
Go to the folder
Go to the address bar (Ctrl + L)
Mouse: right-click Select: bash here (We need to install “Git” software in advance)
How to do?
Enter the codes below:
git add .
git commit -m "250612-1805"
git pushBefore this, we need to connect the local “Git” with the remote repository through this:
git init
git remote add origin https://github.com/yourname/yourrepo.gitThis address can be copied from our Github.
Results
If no error message. Now, the folder has been successfully copied to the remote repository on Github.