https://github.com/dvampire/learn_git
https://github.com/dvampire/learn_git
python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvampire/learn_git
- Owner: DVampire
- License: other
- Created: 2019-03-17T09:03:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T05:53:09.000Z (about 7 years ago)
- Last Synced: 2025-02-13T03:48:13.213Z (about 1 year ago)
- Topics: python
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
Git is a distributed version control system.
Git is a free software distributed under the GPL.
Git has a mutable index called stage.
Git tracks changes of files.
Creating a new branch is quick and simple.
Creating a new branch for merging.