In the previous part of this tutorial, we learned how Harry and Hermione decided to build a SaaS app to allow people to build their own potions onl...
For further actions, you may consider blocking this person and/or reporting abuse
I couldn't comment on the one in freecodecamp, so I came to look for this one. This really helped me. Thanks a lot!
Thanks for your kind words! I'm glad you find it helpful!
Priceless!! Well written.
Thanks!
It is not a good approach to git add . after making modifications as per git review. Just add the file that have changed.
Thanks for the feedback!
I would use
git add -A
instead, now that I know a bit more about it. I'll update this article.Just use git add path/file_name.
Very good tutorial, can you make a best practice tutorial for using branches?
I'm glad you like it! I might research and write something about branches best practices in the future.
Thank you Damian. This should be the part of onboarding process for new developers joining the team.
Thanks Raja. That’s a good idea!
First of all thank you Damian Demasi for this easy tutorial for beginners. It really helpful to fresher who are new to corporate and working with team
Using familiar characters and a relatable narrative, this is a great way to teach beginners. Well done!