https://github.com/shravan20/git-conversa
Git Conversa
https://github.com/shravan20/git-conversa
Last synced: 7 months ago
JSON representation
Git Conversa
- Host: GitHub
- URL: https://github.com/shravan20/git-conversa
- Owner: shravan20
- Created: 2020-12-30T22:10:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T04:20:54.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:17:29.660Z (8 months ago)
- Language: Go
- Homepage:
- Size: 3.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Conversa aka gca : A git helper utility
This is to simply execute the go code:
```sh
go run main.go
```Command to build your CLI tool:
```sh
go build
```You can install the tool globally using
```ssh
go build
```You can verify the installation by checking if the executable is accessible from any directory in your terminal:
```sh
git-conversa aka gca
```