I am new to GitHub, able to create a README textfile and commit that (from my local machine to github site) but now my problem is, i have one folder and i need to commit that folder to git hub, can any one of you help m e on this.
Try this :
git add myfolder
git commit -m "some message"
git push
git add FOLDERNAME
After that, you can do a normal commit + push as you did it with the README file.
Its very simple. Follow some steps-
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With