Skip to content

jjwheatley/git-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-git

A minimal Git client in Go supporting basic commands: init, add, status, and commit.

Usage

go run . <command> [args]

Commands

  • init : Initialize a new repository
  • add : Add files to staging area
  • status : Show repository status
  • commit : Commit staged changes

Example

go run . init
go run . add file.txt
go run . status
go run . commit -m "Initial commit"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages