From 02d9745c00932989f90b2fe7ab2c70c9da982cb7 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 23 Oct 2018 14:43:49 +0200 Subject: [PATCH] Add note about Git version (#217) See #216. @ramiro how does this look? --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a020849..9cdc9b1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ A [guide for astronauts](https://www.jsc.nasa.gov/news/columbia/fr_generic.pdf) For clarity's sake all examples in this document use a customized bash prompt in order to indicate the current branch and whether or not there are staged changes. The branch is enclosed in parentheses, and a `*` next to the branch name indicates staged changes. +All commands should work for at least git version 2.13.0. See the [git website](https://www.git-scm.com/) to update your local git version. + [![Join the chat at https://gitter.im/k88hudson/git-flight-rules](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/k88hudson/git-flight-rules?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)