github
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| github [2019/03/15 01:04] – giovane | github [2019/03/15 13:20] (current) – [- Initializing git from a previously created local repository] pericles | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== GitHub ===== | ===== GitHub ===== | ||
| - | //GitHub// is an online platform where you can host and share your git repositories and projects. After git is installed in your machine, it is necessary to configure an username and an email. | + | //GitHub// is an online platform where you can host and share your git repositories and projects. After git is installed in your machine, it is necessary to configure an username and an email. |
| < | < | ||
| - | git configure | + | git config |
| - | git configure | + | git config |
| </ | </ | ||
| Line 38: | Line 39: | ||
| < | < | ||
| git commit -m [" | git commit -m [" | ||
| + | </ | ||
| + | |||
| + | If you are responding to an issue (let's say, issue #1), then you can use the following command: | ||
| + | |||
| + | < | ||
| + | git commit -m [" | ||
| </ | </ | ||
| Line 53: | Line 60: | ||
| and your github username and password will be requested. | and your github username and password will be requested. | ||
| + | |||
| ==== - Cloning an existing remote repository ==== | ==== - Cloning an existing remote repository ==== | ||
github.1552611880.txt.gz · Last modified: by giovane
