Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.27 KB

git-collaboration.md

File metadata and controls

46 lines (28 loc) · 1.27 KB

Git for Team Collaboration

Learn about Git and GitHub:

  1. Listen to weeks 3 and 4 of the Introduction to Git and GitHub course:
Third Week

coursera first week screenshot

Fourth Week

coursera first week screenshot

  1. Complete the following levels here at learngitbranching.js.org:
Basics: Moving work back and forth

git_basics

Remote repositories: Through origin - to the stars. Progressive use of Git Remotes

push_pull_basics

Summary

Very interesting information about Git from the video course.
I was familiar with Git, but I repeated some commands, as I did not use and forgot them.

The learngitbranching game is very interesting and educational. Passed 2 times to consolidate the material.
I did not know about rebase, I liked it more than pull (it is more cleaner), I will definitely use it.