Author: Yuri Slobodyanyuk, https://www.linkedin.com/in/yurislobodyanyuk/
command | Description |
---|---|
git clone <URL of the remote repository> [local repo name] |
Clone remote repository, optionally renaming the local copy of it. |
git config --system <params> |
Set configuration parameters for all users at the local host, requires root permissions, saves <params> in the - - - - |
git config --global <params> |
Set <params> for ALL repositories of a user on the local host, saves <params> in the |
git config --local <params> |
(default) Set <params> for a specific repository only, should be run when inside this repository, saves <params> in the |
git config --list --show-origin |
View all the settings with their origins. |
Contribute to a project (pull request/PR) on Github.com |
Steps to contribute to some project on the github:
|