How Git works
Here is a basic overview of how Git works:
- Create a "repository" (project) with a git hosting tool (like Bitbucket/GitHub)
- Copy (or clone) the repository to your local machine
- Add a file to your local repo and "commit" (save) the changes
- "Push" your changes to your master branch
- Make a change to your file with a git hosting tool and commit
- "Pull" the changes to your local machine
- Create a "branch" (version), make a change, commit the change
- Open a "pull request" (propose changes to the master branch)
- "Merge" your branch to the master branch
4 Years of Technical Writing Experience | Content Developer at Microsoft | 8 Years of University Teaching Experience | 2 Years of Software Engineering Experience
4yA good summary. For a bot me information, there is this article which can give you a bit more information and is it also very organized - https://developers.decoded.africa/index.php/2020/09/23/how-to-get-started-with-git-and-github-repository-in-your-windows-machine/. The whole blog is by Decoded Africa and . They building #africa #digitaleconomy