I am using codeigniter framework. I want to upload my project to github. I have username and password. In github i have a repository. I want to upload my project to that repository. I tried with git desktop. My system is 32-bit. So I tried with git bash using command promt. My project folder is on my desktop. I don't know how connect to that already existing repository to my local folder. I tried with lot of commands like
git init
git remote add origin https://github.com/yourusername/your-repo-name.git
git commit -m "adding files"
but my files are not upload to github. I am using codeigniter so, there are lot of files like applications, assets, Systems folder. I need to upload those folders with files. Please help me.