File: git_guide.md

package info (click to toggle)
firefox 147.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,324 kB
  • sloc: cpp: 7,607,156; javascript: 6,532,492; ansic: 3,775,158; python: 1,415,368; xml: 634,556; asm: 438,949; java: 186,241; sh: 62,751; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (23 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.
- [Install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)

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.
- [Make your contribution](https://github.com/firstcontributions/first-contributions)

## 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)
- [fenix `good first issue`s](https://github.com/mozilla-mobile/fenix/labels/good%20first%20issue)