From f511b78df11d8217f5b09caa418fd5e77aa43b03 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 12 Jul 2021 17:13:44 +0200 Subject: [PATCH] fixup! README.md: Add a Windows-specific preamble Visual Studio Code _just_ introduced a new, neat feature, where clicking on a badge can open the repository really quickly, without having to clone it (e.g. when fixing typos or things like that). Let's add that badge to our README. Signed-off-by: Johannes Schindelin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e23752606..5789dd10e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Git for Windows =============== +[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/git-for-windows/git) [![Build status](https://github.com/git-for-windows/git/workflows/CI/PR/badge.svg)](https://github.com/git-for-windows/git/actions?query=branch%3Amaster+event%3Apush) [![Join the chat at https://gitter.im/git-for-windows/git](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/git-for-windows/git?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)