Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 598 Bytes

Version-control-with-git

This course is offered by Atlassian on Coursera. A 4 week course, Version control with git covers working with Git to industry level expertise.

Week 1:

Git locations namely local repository, committing to a local repository, creating a remote repository and pushing to a remote repository.

Week 2:

Git graph models, Git IDs (SHA), Git references, Git branches, and merging branches.

Week 3:

Resolving merge conflicts, tracking branches, network commands (fetch, pull and push), Rebasing and rewriting history

Week 4:

Pull requests and Git workflows