Assuming i have local project called python in a directory called python
in which there are 2 subfolders named windows
and linux
.
Up to this point, I succeeded to send the whole to my github repo that I named python_script. I can see the 2 subfolders windows
and linux
and the files they contain.
Now, i added a new folder named mac
in my local directory project named python
.
From there, i wanted to sync with my github by trying lot of command (add, push, pull, etc) but none works. It says that everything up to date, nothing to commit, etc...
And in my github, there are always the same 2 folders from the beginning of the project...
I am out of idea. Any help would be welcome.
Thank you.