Skip to content

ckafrouni/git-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

GIT CLONE: g

Description

This project is an attempt at cloning the git command line tool in Python.

The CLI is built using the Click library. I haven't setup the project as a package yet, so the CLI can be run using the following command:

python -m cli.main <command> <options> <args>

Usage

As this is a work in progress, the usage is limited. So far, the following commands are supported:

g init

g add <file>
g add <directory>

About

๐Ÿ“‚ A Git VCS Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages