Source code
Revision control
Copy as Markdown
Other Tools
# Git guide
This guide is designed to help you get started with git and use its basics commands.
- [Getting started](#getting-started)
- [First contribution](#first-contribution)
- [Good first bugs](#good-first-bugs)
## Getting started
To get started with git, first install git from the given link or if you have already installed it then update to its latest version.
After installing git successfully, make a account at github.
- [Get started with GitHub](https://help.github.com/en/github/getting-started-with-github/signing-up-for-a-new-github-account)
## First contribution
Making a contribution is always good way to start in GitHub.
Let's make your first contribution using some simple steps and learning some commands.
## Good first bugs
Now, you have learned how to make contribution then try some of our easy bugs for you.
- [Our tips for finding easy bugs](https://github.com/mozilla-mobile/firefox-android/blob/main/docs/shared/android/CONTRIBUTING_code.md#finding-issues-to-work-on)