So I was in the final stages of completing my first project for Responsive Web Design (build a tribute page) when I made a major mistake and basically completely ruined what I had in my terminal for the project. I was literally in the process of uploading my repository when this happened…SO, i have a completed project using html/css in Atom but unsure where to go from here, considering i had to delete my terminal. Any help would be great!
Any chance I could get a walk through? this my first time using the terminal…
I created my html/css via atom than got up to the point where i created the repository and had to choose this option
“…or push an existing repository from the command line”
this is where I screwed up and exited out of the terminal… no idea how to get back from this point
If you created a new local branch, you’ll need to set the upstream before you can push. The workflow at this point should be pretty simple: add, commit, merge. There are a number of mini tutorials that can walk you through it.
Are you trying to host your live project on GitHub Pages?
That’s a little bit more complicated of a process, but not too bad. There are some pretty good beginner tutorials for that. You don’t have to do it though. You can use a service like CodePen to create a live version of your project to submit for freeCodeCamp.
I opened a terminal, made a folder in the terminal for my desktop
i then targeted the folder to open via atom
once atom was open i then created my html/css to make the page
when i was done i signed into git hub and created a repository for my project
the last few steps the had to be done in the terminal were incorrect, and my terminal info was lost… so now i still have my html/css project in atom but i had to quit the terminal…
the last thing i think i need to do is push the repository code to the command line but the terminal i had originally opened to create the project is gone.
Thankyou for the help, I have made progress and seemed to be moving along with the commit until i enter “git push --set-upstream origin master” and the command line asks for my git hub username which i enter then asks me for my password but there is a strange keyblock character after it where i can’t even type, I can only press enter… anythoughts?
The terminal doesn’t show characters as you type when you are typing a password. You just have to trust yourself to put in the correct number of characters.