githubschool / Nov-6

Let's learn about Git and GitHub
https://githubschool.github.io/Nov-6/
MIT License
2 stars 1 forks source link

Deepak Dinakaran Feedback #25

Open deepakarchinnova opened 6 years ago

brianamarie commented 6 years ago

Recording

Topic: Introduction to GitHub, Getting Ready for Class, & Getting Started

Topic: GitHub Flow

Topic: Working Locally

Topic: Collaborating on Code

In general, very nice job. To continue improving, I recommend focusing on: 1) making it clear when participants should follow along
2) being cognizant of timing and pacing

brianamarie commented 6 years ago

Recording URL: https://vimeo.com/242530428/520f4a18ad

Topic: Editing Files on GitHub

Topic: Merging Pull Requests

Topic: Local History

Topic: Streamlining Workflow with Alias

Topic: Resolving Merge Conflicts

Topic: Day 2 Merge Conflict Practice

General Notes

deepakarchinnova commented 6 years ago

I missed both sections "Editing on GitHub" and "Merge Conflicts". I think you could do better here. Depending on the videos for the next few days, I may ask you to re-record those segments.

😄 Thanks for letting me know. Editing on GitHub I forgot this topic totally. I can revisit this for sure. Merge Conflicts we ran out of time as I believe I was eating into both of our working time. We are working on post work timings but materializing it is rather a difficult affair. If you have any suggestions for this I would love to hear it.

brianamarie commented 6 years ago

We are working on post work timings but materializing it is rather a difficult affair. If you have any suggestions for this I would love to hear it.

I'm not sure what you mean. Can you please clarify?

deepakarchinnova commented 6 years ago

Sure. Our group tried to run the teachback in the morning but is not working well as expected. So we switched the time to the evening i.e. after work timing, which is also not working super well as one would be free but the other would not. Mostly it is coordination and unavailability but everyone is super cooperative. We are working on it, but I thought I would mention it to you. I think the only solution is to be patient and await. Hope it is clear now. 😄

brianamarie commented 6 years ago

Ah, I see @deepakarchinnova. I'm sorry to hear that scheduling is challenging. Unfortunately I don't have any recommendations specifically, but I will say that if it becomes too burdensome to find shared availability, you can feel free to join the room and share your screen as if you were teaching. It will still record with 1 person, and though you won't have an audience, I will still review your videos. Good luck! I'm really enjoying your videos so far!

brianamarie commented 6 years ago

Recording

Topic: Workflow Review

Topic: Git Bisect

Topic: Reverting Commits

Topic: Helpful Git Commands

Topic: Viewing Local Changes

Topic: Workflow Discussion

Things to keep doing

deepakarchinnova commented 6 years ago

👋 @brianamarie thank you for the precise feedback. Appreciate it alot and you are doing an amazing job, otherwise I wouldn't recognize my mistakes/imperfections. Can you please acknowledge if you have received day-4 as my mac hung up on me and had to restart. For day-4 I think you might have 2 recordings. This is so I can plan ahead for the next steps.

brianamarie commented 6 years ago

Hi @deepakarchinnova! Yes, I have received all of the recordings. I'm watching the first part of day 4 right now. So far, they're all good. I think the one thing you have left is the post-test. 👍

brianamarie commented 6 years ago

Recording Part 1

Recording Part 2

Topic: Tags & Releases

Topic: Create a Local repo

Topic: Fixing Commit Mistakes

Topic: Rewriting History with Git Reset

Topic: Cherry Picking

Topic: Merge Strategies

Great job!!! :tada:

Congratulations, @deepakarchinnova! I think you've done a fantastic job. As soon as you complete the post-test, I will invite you to our Slack room and send you the training manual. I've very much enjoyed watching your videos, and I appreciate all of the time and effort you've put into making them so fantastic. GitHub is lucky to have you as a partner!

deepakarchinnova commented 6 years ago

👋 @brianamarie , I was able to complete the post test, but I have some queries:

  1. The 'add -p' did not work the way it did for the class repository. May be we can have a session for this via https://github.youcanbook.me/index.jsp
brianamarie commented 6 years ago

The 'add -p' did not work the way it did for the class repository. May be we can have a session for this via https://github.youcanbook.me/index.jsp

You're right - you are not the first one to bring this up. Do you know why it doesn't work? 😉 Git's similarity index looks at the whole file, and since the file is small, the "blobs" aren't considered far enough apart to be different changes. 👍 That's really all there is to it. 😄