Short introduction to git
- Working directory | working tree Catalog in which we make changes. It contains check out latest version in a current branch: current version, HEAD, and changes that we made
- Staging area Contains changes which will be committed to a new version in the local repository. Changes from working catalog can be added to index by git add.
- A local copy of a repository. All operations are being done on a local repository. If we want to the public about changes we should push it out to a remote repository using git push.
Senior Frontend Developer | Trainer | Web Development, React, TypeScript
5 年Really short :)?