2015-10-22 08:31:52 +01:00
|
|
|
# git
|
2014-02-23 10:43:06 +00:00
|
|
|
|
2016-07-24 13:15:31 +01:00
|
|
|
> Distributed version control system.
|
2019-01-30 11:19:23 +00:00
|
|
|
> Homepage: <https://git-scm.com/>.
|
2014-02-23 10:43:06 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Check the Git version:
|
2014-03-02 11:11:24 +00:00
|
|
|
|
2014-03-09 12:20:13 +00:00
|
|
|
`git --version`
|
2014-03-02 11:11:24 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Call general help:
|
2014-03-02 11:11:24 +00:00
|
|
|
|
2014-03-09 12:20:13 +00:00
|
|
|
`git --help`
|
2014-03-02 11:11:24 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Call help on a command:
|
2014-03-02 11:11:24 +00:00
|
|
|
|
2016-09-21 16:35:46 +01:00
|
|
|
`git help {{command}}`
|
2014-03-02 11:11:24 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Execute Git command:
|
2014-02-23 10:43:06 +00:00
|
|
|
|
2016-09-21 16:35:46 +01:00
|
|
|
`git {{command}}`
|