2018-03-17 18:26:18 +05:30
|
|
|
---
|
|
|
|
comments: false
|
|
|
|
---
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
# Git introduction
|
|
|
|
|
|
|
|
----------
|
|
|
|
|
|
|
|
## Intro
|
|
|
|
|
2019-03-02 22:35:43 +05:30
|
|
|
<https://git-scm.com/about>
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
- Distributed version control
|
|
|
|
- Does not rely on connection to a central server
|
|
|
|
- Many copies of the complete history
|
|
|
|
- Powerful branching and merging
|
|
|
|
- Adapts to nearly any workflow
|
|
|
|
- Fast, reliable and stable file format
|
|
|
|
|
|
|
|
----------
|
|
|
|
|
|
|
|
## Help!
|
|
|
|
|
|
|
|
Use the tools at your disposal when you get stuck.
|
|
|
|
|
|
|
|
- Use '`git help <command>`' command
|
|
|
|
- Use Google
|
2019-03-02 22:35:43 +05:30
|
|
|
- Read documentation at <https://git-scm.com>
|