https://github.com/danesherbs/mini-git
A small Git-like version control system implementing the core parts of Git for educational purposes.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
A small Git-like version control system implementing the core parts of Git for educational purposes.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
mini-git
A small Git-like version control system implementing the core parts of Git for educational purposes.
Commands I currently don't understand well but want to
- Rebase
- Cherry pick
- Reset
- Branch
- Add
- Remove
Design style
I opted to write this with a functional core and imperative shell. The general workflow was: 1. Re-write large functions in terms of many granular functions (1 to 2 lines) 2. Group granular functions with roughly the same arguments into a class 3. Make class methods referentially transparent i.e. keep only pure functions in the class and extract out everything else
Following this results in a functional core (the class) and an imperative shell (everything else).
Owner
- Name: Dane
- Login: danesherbs
- Kind: user
- Location: Melbourne, Australia
- Website: danesherbs.com
- Twitter: danesherbs
- Repositories: 51
- Profile: https://github.com/danesherbs
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Dane | d****s@g****m | 23 |
| Dane | d****s | 5 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0