Git & GitHub - How to use

★☆★ My Courses: telmoacademy.com/
★☆★ Treehouse Discount Code: bit.ly/2FtkrPL
★☆★ SkillShare 2 Months FREE : skl.sh/2Q2LsTi
Time stamps:
00:00 - Intro
02:16 - Initialising Git
03:08 - Configure user name and email
04:53 - Initialising Git Repository
07:08 - Adding files to staging area
09:21 - Create a commit
10:22 - View all commits
11:05 - Push code to Github
14:01 - View file differences
15:52 - Discard file changes
21:48 - Create a new Branch
23:28 - View all local branches
25:08 - Move to a different branch
27:01 - Merging branches
29:36 - Resolving conflicts
36:30 - Git push -u
38:01 - Navigate to a Previous Commit
43:00 - Deleting a Branch
★☆★UDEMY COURSES:
*The Complete JavaScript Course 2018: bit.ly/2Ci2Fzk
*Modern JavaScript From The Beginning: bit.ly/2Br13BM
*JavaScript: Understanding the Weird Parts: bit.ly/2Epdgu2
*React 16.6 - The Complete Guide (incl. React Router & Redux): bit.ly/2Br2ikq
*The Complete React Web Developer Course (with Redux): bit.ly/2zXq9IH
* React Front To Back: bit.ly/2STDUPo
★☆★Best laptops for Coding:
Acer Aspire: amzn.to/2FJrOVh
Macbook Pro 2013: amzn.to/2NbYIUp
Asus VivoBook Pro: amzn.to/2YgrCUG
Macbook Pro 2019: amzn.to/2Xzi4qG
★☆★Best JavaScript Books
John Duckett JavaScript: amzn.to/2EAEvkj
JavaScript Easy Steps: amzn.to/2VRM4sN
JavaScript Good Parts: amzn.to/2EFul1V
Eloquent JavaScript: amzn.to/2Quq5qH
You dont know JavaScript: amzn.to/2K9I9VX
My Social Media:
Twitter: / devtelmo
Instagram: / sampaiotravels

Пікірлер: 9

  • @zawadahmed9111
    @zawadahmed91113 жыл бұрын

    You are a great teacher

  • @papatux6218
    @papatux62183 жыл бұрын

    Amazing Telmo thank you so much... Perfect tutorial

  • @khurshedkhan52
    @khurshedkhan523 жыл бұрын

    Great tutorial specially working with other branches thanks

  • @Telmosampaio

    @Telmosampaio

    3 жыл бұрын

    You are welcome Khurshed! :)

  • @rubenforner
    @rubenforner3 жыл бұрын

    Thank you for the amazing video Telmo 👌

  • @Telmosampaio

    @Telmosampaio

    3 жыл бұрын

    Thanks Ruben! Glad you liked it! 😀

  • @IRFAN-ALI-KHAN
    @IRFAN-ALI-KHAN3 жыл бұрын

    At time 41:50 why you used "git switch detached-head", we could use "git checkout detached-head" instead.

  • @Telmosampaio

    @Telmosampaio

    3 жыл бұрын

    Yes you are right, I was just showing another way of doing that :)

  • @IRFAN-ALI-KHAN

    @IRFAN-ALI-KHAN

    3 жыл бұрын

    @@Telmosampaio thanks:)