Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git CLI Client Built in Go

Features

  • git init
  • git config
  • git add
  • git commit
  • git status
  • git diff
  • git logs

Install

Source

  1. Requirement
Go 1.21.4
  1. Build binary
go build main.go;
  1. Run the build
main

Usage

Type from commandline

Example:

go run main.go init
go run main.go config AUTHOR_USERNAME AUTHOR_EMAIL
go run main.go add FILENAME
go run main.go commit MESSAGE
go run main.go status
go run main.go diff
go run main.go logs

About

Git CLI Client built in Go

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages