Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mygit - Attempting to make git in C++

To use/test the git functions:

  1. Create a temporary folder to avoid damaging the local copy of the repo's .git folder:
mkdir -p /tmp/testing && cd /tmp/testing
  1. Create an alias to the mygit.sh script to use it:
alias mygit=~/path/to/repo/mygit.sh
  1. Test out the commands using mygit:
mygit hash-object -w text.txt

About

Re-creating git for fun, in C++.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages