git documentation

main
Yik Teng Hie 3 years ago
parent b0127232a7
commit 7bf3f74ecb

@ -1,8 +1,19 @@
# git Quick Start
# git Quick Start Guide
- [Official Git Documentation](https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control)
- [Setup new repo](https://www.atlassian.com/git/tutorials/setting-up-a-repository)
## Git Fundamental
- Git is a distributed version control system. It was designed with the following goals
- Speed
- Simple design
- Strong support for non linear development
- Fully distributed
- Able to handle large projects
- Git has three main states that your files can reside in: modified, staged, and committed
- ![Three states](/images/00-git-states.PNG)
## Create a local repo
```bash
# Create a bare repo

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Loading…
Cancel
Save