Skip to content

Commit dbf71a4

Browse files
committed
add badge
1 parent abca61d commit dbf71a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# mygit - A C++ Implementation of Core Git Commands
22

3+
[![C++ CI for mygit](https://github.com/Mathis-L/recreate-git/actions/workflows/ci.yml/badge.svg)](https://github.com/Mathis-L/recreate-git/actions/workflows/ci.yml)
4+
35
**mygit** is a from-scratch implementation of several core Git commands in modern C++23. It was created as a portfolio project to gain a fundamental understanding of Git's internal object model, packfile protocol, and data structures. This project is inspired by the "Build Your Own X" initiative.
46

57
## Core Workflow Demo

0 commit comments

Comments
 (0)