Replies: 31 comments
|
I'm not against this if we can find someone who wants to work on it. |
|
I wanted to leave it to new commers to get their feet wet and encourage them to contribute. If no one volunteer shortly in few days i will take care of it myself. |
|
Let me take a look at this lesson, if I find a spot where I think it fits well -> Or if either of you have a ood position for it within the flow of the lesson. Ill take this on! |
|
@CouchofTomato are you ok with @Baguirre03 taking this on? And if you have an input on the position of where to put this section, I'm not quite sure myself, Maybe all the way down directly before Remote section perhaps? https://www.theodinproject.com/lessons/javascript-a-deeper-look-at-git#working-with-remotes |
|
I haven't looked at the git lessons for a while so will trust your best judgement of where it goes. I don't mind who works on it. |
|
Hey @Baguirre03, if you need assistance with this, I'm glad to help you! :) |
|
@CBID2 Awesome! The plan is to take a first pass at it today, and any revisions would be wonderfully appreciated! |
Great @Baguirre03! If you're up for it, I can share my fork with you via Live Share so we can work on it at the same time. |
|
@CBID2 I think that would be a super cool opportunity! |
Great! Just give me a few minutes to set things up |
|
Here it is @Baguirre03: https://prod.liveshare.vsengsaas.visualstudio.com/join?58845AD18DE63D340E29E8B65F0D27CA8BA0 |
|
Here's the PR @Baguirre03: #25803 |
|
@CBID2 would you like to do some time today? Not sure on what your timezone looks like / schedule |
|
Sure @Baguirre03! :) My timezone is EST, so it's pretty early right now |
|
@CBID2 Sounds good, Im Central so same here! How about 3:30 my time 4:30 yours? |
|
@CBID2 ran into some blockers for this, if you want to take another stab at it feel free. I just wont be able to join |
Ok that's fine |
Hey @Baguirre03! :) I added some information to your PR. Check it out when you're free! :) |
|
Hey @Baguirre03. Are you ready for another session? |
Yup. Hold on :) |
Here you go @Baguirre03: https://prod.liveshare.vsengsaas.visualstudio.com/join?FE41EC1916A277B9879367AF287F5B2832E3 |
|
@Baguirre03, are things ok? 😔You left our session when I just got back. |
|
@CBID2 it wasnt letting me join anymore after you left. Heading home now. Ill join if Im not busy in 40 or so min |
Ohh darn I'm sorry @Baguirre03 |
You ready @Baguirre03? |
|
Hi @Baguirre03. Here's Rachel's comment on our PR: #25803 (comment) |
|
Probably better to add any lesson on using |
|
This issue is stale because it has had no activity for the last 30 days. |
|
Converted to a discussion because this is taking a while and we aren't sure of best fit |
Uh oh!
There was an error while loading. Please reload this page.
Describe your suggestion
In A Deeper Look at Git we talk about reseting history, changing it and we talk about best practices of git.
What we don't talk about is how to explore our git commit history, A honorable mention of
git checkout "commit id"could get in handy of reviewing commit history and if we want to explore the code at specific time of history. A mention togit log --onelinecan help with this as well to find all the commit history breifly to choose the target ofgit checkout.For people that are going purely with TOP as learning platform they might have thought
git checkoutonly applies to branches, it can be helpful to realize they can use it on commit IDs aswell, I used it many times the first time i learnt about it, I myself wished i knew it sooner.The only place where i found a mention of it while googling is in Node Deployment section briefly mentions it with no explanation or details, can be found directly above the assignment. https://www.theodinproject.com/lessons/nodejs-deployment#assignment
Path
Node / JS
Lesson Url
https://www.theodinproject.com/lessons/javascript-a-deeper-look-at-git
Checks
(Optional) Discord Name
mclilzee
(Optional) Additional Comments
A Deeper Look at Git is both covered in Ruby and JavaScript path, but i was only allowed to give one option above, I chose the JS path.
All reactions