Hacker News new | comments | show | ask | jobs | submit login
Git-recall - Simple and handy tool to easily recall what you've done (github.com)
56 points by Fakerr 9 hours ago | hide | past | web | 13 comments | favorite





Nice. Is there something that it can do, that [tig](https://jonas.github.io/tig/) can't do?

Nice one. Don't want to hack your post but I made something similar sometime ago https://github.com/kamranahmedse/git-standup

it does all of git-recall stuff (excluding diff) plus

- Multi repository usage

- Specify directory search depth

- Checking someone else's commits

- Commits from n days ago

- Changing the date format

- GPG

- Changing the Weekdays (e.g. SUN-THU)

- Fetch commits before showing standup


I just use tig, I don't see this adding much over it.

Thanks, I hadn't heard of tig before now.

https://jonas.github.io/tig/


Yep, its in most Linux repos :)

What does this offer that tig doesn't?

Excellent. I added your link to the GitAlias README at https://github.com/gitalias/gitalias

This seems very similar to the (quite popular?) git-standup script.

https://github.com/kamranahmedse/git-standup

As someone that often works across multiple projects, I find the ability to do a recursive search through a directory of git repositories very valuable.


I've been using git-standup for a while: https://github.com/kamranahmedse/git-standup

Seems similar.


This is cool. Is there any tool to get some kind of interesting stats like number of commits, your commit frequency, how much code you have changed, what are your "productive hours" and things like that.

I have no suggestions for the latter two, but number of commits / user / repo is doable in vanilla git:

  git shortlog -n -s

Also, check out the '--shortstat' flag available to commands such as diff and log.

When I saw the name I thought it was about "recalling" as in a product recall, i.e. reverting.



Guidelines | FAQ | Support | API | Security | Lists | Bookmarklet | DMCA | Apply to YC | Contact

Search: