Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bekcodingaddict/git-and-github
Git: Git is a distributed version control system for tracking changes in source code during software development.GitHub: GitHub is a web-based Git repository hosting service, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.
https://github.com/bekcodingaddict/git-and-github
Last synced: about 2 months ago
JSON representation
Git: Git is a distributed version control system for tracking changes in source code during software development.GitHub: GitHub is a web-based Git repository hosting service, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.
- Host: GitHub
- URL: https://github.com/bekcodingaddict/git-and-github
- Owner: BekCodingAddict
- Created: 2023-11-19T05:52:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T07:49:31.000Z (over 1 year ago)
- Last Synced: 2024-11-09T03:31:19.521Z (3 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git-and-GitHub
- [x] Git: Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
- [x] GitHub: GitHub is a web-based Git repository hosting service, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.