Fix install instructions for Windows (#1242)

This commit is contained in:
Sachin Kadyan 2026-03-30 11:46:50 +05:30 committed by GitHub
parent fea96674f5
commit 296f059273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))
```