From 65226452bd556c22f812611c8f2140ea24e629bd Mon Sep 17 00:00:00 2001 From: Sachin Kadyan Date: Sun, 29 Mar 2026 14:03:56 +0530 Subject: [PATCH] Fix install instructions for Windows --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index ec736ec..e439707 100644 --- a/Installation.md +++ b/Installation.md @@ -89,6 +89,7 @@ First, please install `Git for Windows 2.x` from 'https://github.com/git-for-win Second, clone the `git-extras` repo into any folder you like. ```bash git clone https://github.com/tj/git-extras.git +cd git-extras # checkout the latest tag (optional) git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) ```