GitLost is a Git Repository graph visualizer and manipulator that runs in the browser.
- Install Node.js
- Run the install command from PowerShell:
npm install -g gitlost
- Associate Node.js as the default program for running *.js files.
- Open Windows Control panel in the following location:
Control Panel\Programs\Default Programs\Set Associations
- Scroll down to the .js entry. Click to highlight, then click the
Change program
button (upper-right) - From the App Selection window that opens, scroll-down and click the
More Apps ↓
link. Keep scrolling and then click theLook for another app on this PC
link. - Navigate your Program Files directly to the install location for Node.exe. This will most likekly be located at
C:\Program Files\nodejs\node.exe
if you choose the x64 install in step #1.
- Run
gitlost
from a PowerShell window - ENJOY!
[TODO - Add Usage and command tips]