Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.16 KB

File metadata and controls

45 lines (32 loc) · 1.16 KB

Git log to timesheet

First you need to install git standup

Install

You can install git-standup using one of the options listed below

Source Command
curl curl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh | sudo sh
npm npm install -g git-standup
brew brew update && brew install git-standup
aur pacaur -S git-standup-git
manual Clone and run make install

Usage

Simply run it in your project directory and it will give you the output from the last working day

git standup

for previous x days

git standup -d x

Install git-log-to-timesheet

Install

One liner install

sudo curl https://raw.githubusercontent.com/sbimochan/gltt/master/gltt -o /usr/local/bin/gltt && sudo chmod +x /usr/local/bin/gltt

Usage

gltt "{result from git standup command}"

The result produced can then be pasted to your timesheet.

Buy Me a Coffee at ko-fi.com