This project is my solution to one of John Crickett’s coding challenges. This project contains an implementation of Git CLI tool.
CLI supports:
# Clone this repository
git clone https://github.com/QuickerMaths/git
# Navigate to the cloned repository
cd /path/to/cloned/repo
# Install dependencies
npm i
# Run the build command
npm run build
# Run the command on your machine
ccgit init