own
own
own-git a simple git copycat using go functionalities
Synopsis
Own Git is a simple copycat of git functionalities using go. It is a simple command line tool that allows you to create, delete, and manage your own git repositories.
It was made by Alexandre Lithaud in order to learn go and further understand how git works. If you know how the git cli works, you will understand how this tool works. It is not meant to be a replacement for git, but rather a learning tool.
own [flags]
Options
-c, --config string Path to the config file
-h, --help help for own
-v, --verbose Verbose mode
SEE ALSO
- own add - A brief description of your command
- own commit - Commit changes to the repository
- own init - Initialize own-git folder
- own status - Show the status of the files in the current directory
- own version - Show the version of the application