Hacker News new | ask | show | jobs
by alaaibrahim 2673 days ago
If you are only interested in what HEAD has, you can use `--depth 1` with clone
1 comments

Yeah, it might just be best to use a script to run `git clone --depth=1` into a temporary directory and run the Git GUI on that checkout. I think I'll try writing that up.