Skip to content

damwaingames/ahg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


ahg

A simple git clone

Report Bug . Request Feature

Downloads Contributors Issues License

About The Project

I decided I really wanted to understand the internals of git properly, and the best way to do that is to implement my own version. Starting with the basics, and then slowly adding more and more features.

Built With

Getting Started

See the installation instructions

Prerequisites

  • python 3.11
  • python-poetry 1.7
pipx install poetry

Installation

  1. Clone the repo
git clone https://github.com/AshGriffiths/ahg.git
  1. Install using poetry
poetry install
  1. Run it
poetry run ahg commands

Usage

I will get to this I promise

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU GPL3 License. See LICENSE for more information.

Authors

Acknowledgements

Originally based on work from "Write Yourself A Git" tutorial by Thibault Polge

About

A basic git implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages