Thanks to visit codestin.com
Credit goes to github.com

Skip to content

N0067H/gitrail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitrail

A simple CLI tool to explore Git repositories using git2.

Made for studying clap.

Features

  • Show commit history
  • Show contributions (author, email, message)
  • Sort options: time, reverse

Example

# Show commit history,
# Sorted by commit time (newest first, DEFAULT)
gitrail.exe history --path <REPOSITORY_PATH>
# Show contributions,
# Sorted by commit time (oldest first)
gitrail.exe contrib --path <REPOSITORY_PATH> --sort time --sort reverse

About

A simple CLI tool to explore Git repositories using git2, made for studying clap.

Topics

Resources

Stars

Watchers

Forks

Languages