https://github.com/miketeddyomondi/git-scm
git-scm (A Git-Like Source Code Manager)
https://github.com/miketeddyomondi/git-scm
git scm
Last synced: 2 months ago
JSON representation
git-scm (A Git-Like Source Code Manager)
- Host: GitHub
- URL: https://github.com/miketeddyomondi/git-scm
- Owner: MikeTeddyOmondi
- License: other
- Created: 2024-12-04T17:24:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T18:29:49.000Z (over 1 year ago)
- Last Synced: 2025-03-29T09:13:18.756Z (over 1 year ago)
- Topics: git, scm
- Language: Rust
- Homepage: https://git-scm.miketeddyomondi.dev/
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Git - Source Code Manager
[Documentation](https://git-scm.miketeddyomondi.dev/)
Features:
- [x] Initializing repositories.
- [x] Ignoring, staging and committing files.
- [x] Viewing commit histories.
- [x] Creating branches and merging branches.
- [x] Performing diffs between branches.
- [x] Detecting conflicting changes.
- [ ] Clone repositories.
### Challenge by:

#### License:
[MIT](./LICENSE.md)