Gource
Gource copied to clipboard
Change the git dir and work tree (for bare dotfiles repo)
For my dotfiles, I use a bare git repo in my $HOME
, with a command:
➜ ~ which dcnf
dcnf: aliased to /usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME
I can't find a way for Gource to visualise these setups, however. It would be good to have similar options to the git
command
Hey @acaudwell, is this a feature that could be implemented?
@skuzzymiglet did you close this as you found a solution, or did you abandon?
Sorry, I didn't find a solution. I was just closing stale issues I'd opened
No solution but a hacky workaround is to just clone the repo somewhere else and use gource on that.