8000 GitHub - th0jensen/gitdonewithit: A simple Git helper made in Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

th0jensen/gitdonewithit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitdonewithit

A simplistic tool for using git

Dependencies

The program works mostly without any external dependencies, except from Git of course, but the gii log command requires an installation of neovim present.

Installation Method

Clone the repo.

git clone https://github.com/th0jensen/gitdonewithit.git && cd gitdonewithit

Make sure you have Rust installed

rustc --version && cargo --version

Install Rust it's not installed

curl https://sh.rustup.rs -sSf | sh

Compile and install using cargo

cargo build --release && cargo install --path .

Run the program and suffer:

gii help

About

A simple Git helper made in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0