jhendge / phase_0_unit_1

Unit 1 for nine-week Phase 0 model
0 stars 0 forks source link

App vs. Terminal #2

Open jcsalaza opened 10 years ago

jcsalaza commented 10 years ago

Hey,

You're not alone! It looks like Ricky thinks that the app is way easier too, and so do I. The Terminal isn't difficult, just cumbersome.

I've been the other way around, though, in terms of error messages. I've not been as careful with typos, and then I had to cd to the right folder, check the status again to make sure my changes were staged, and try running my git command from there. So annoying. I haven't, however, had the same problem you had for the github.io push yet. How is it that you renamed it to "io" in case I, or someone else, needs to do that too?

jhendge commented 10 years ago

Thanks for the feedback, @jcsalaza!

When I was naming my phase_0_unit_1 remote in the terminal, I used "git remote add origin https://github.com/jhendge/phase_0_unit_1" but when I went to create a remote for my github.io page, instead of using "origin," I used "io," so it looked like this: "git remote add io https://github.com/jhendge..." Does this make any sense?

When I read your comments I thought, "you know, I might not be doing this the right way." Hah! Having these two different remotes to has been working thus far.