Replies: 31 comments
-
I'm not against this if we can find someone who wants to work on it. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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! |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Hey @Baguirre03, if you need assistance with this, I'm glad to help you! :) |
Beta Was this translation helpful? Give feedback.
-
@CBID2 Awesome! The plan is to take a first pass at it today, and any revisions would be wonderfully appreciated! |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@CBID2 I think that would be a super cool opportunity! |
Beta Was this translation helpful? Give feedback.
-
Great! Just give me a few minutes to set things up |
Beta Was this translation helpful? Give feedback.
-
Here it is @Baguirre03: https://prod.liveshare.vsengsaas.visualstudio.com/join?58845AD18DE63D340E29E8B65F0D27CA8BA0 |
Beta Was this translation helpful? Give feedback.
-
Here's the PR @Baguirre03: #25803 |
Beta Was this translation helpful? Give feedback.
-
@CBID2 would you like to do some time today? Not sure on what your timezone looks like / schedule |
Beta Was this translation helpful? Give feedback.
-
Sure @Baguirre03! :) My timezone is EST, so it's pretty early right now |
Beta Was this translation helpful? Give feedback.
-
@CBID2 Sounds good, Im Central so same here! How about 3:30 my time 4:30 yours? |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
Ok that's fine |
Beta Was this translation helpful? Give feedback.
-
Hey @Baguirre03! :) I added some information to your PR. Check it out when you're free! :) |
Beta Was this translation helpful? Give feedback.
-
Hey @Baguirre03. Are you ready for another session? |
Beta Was this translation helpful? Give feedback.
-
@CBID2 yes, want to tackle it right now? |
Beta Was this translation helpful? Give feedback.
-
Yup. Hold on :) |
Beta Was this translation helpful? Give feedback.
-
Here you go @Baguirre03: https://prod.liveshare.vsengsaas.visualstudio.com/join?FE41EC1916A277B9879367AF287F5B2832E3 |
Beta Was this translation helpful? Give feedback.
-
@Baguirre03, are things ok? 😔You left our session when I just got back. |
Beta Was this translation helpful? Give feedback.
-
@CBID2 it wasnt letting me join anymore after you left. Heading home now. Ill join if Im not busy in 40 or so min |
Beta Was this translation helpful? Give feedback.
-
Ohh darn I'm sorry @Baguirre03 |
Beta Was this translation helpful? Give feedback.
-
You ready @Baguirre03? |
Beta Was this translation helpful? Give feedback.
-
Hi @Baguirre03. Here's Rachel's comment on our PR: #25803 (comment) |
Beta Was this translation helpful? Give feedback.
-
Probably better to add any lesson on using |
Beta Was this translation helpful? Give feedback.
-
This issue is stale because it has had no activity for the last 30 days. |
Beta Was this translation helpful? Give feedback.
-
Converted to a discussion because this is taking a while and we aren't sure of best fit |
Beta Was this translation helpful? Give feedback.
-
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 --oneline
can 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 checkout
only 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.
Beta Was this translation helpful? Give feedback.
All reactions