简体   繁体   中英

How do I push a local folder to my github repo?

So I'm having alot of trouble trying to push my code to github.

This is my repo

Repo

As you can see I have another folder called part 7

inside Part7, I have a folder called routed anecdotes containing my little web app, But it seems to be an empty folder

However that is not the case, as it is currently locally populated with my Code

Initially, I cloned routed anecdotes from another website and rm-rf.git in the terminal as per the instructions. I'm thinking that had something to do with the reason why its refusing to populate my remote file?

Any help is greatly appreciated, thank you!!

Did you do 'git add Part7/anecdotes; git commit -m "Adding anecdotes to my repo, copied it from this other repo and removed that previous.git folder"; git push '

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM