A Git crash courses for you — Working remotely
In this series of stories, you will deepen your knowledge of git. The following topics will be covered:
- commit files,
- commit changes,
- undo changes,
- resolve merge conflicts,
- find bugs,
- rewriting the history,
- working remotely.
git remote
Remote repositories allow you to share changes to the repository.