From 99431962ee6f3889ec7d03529cff466c3b60ffd1 Mon Sep 17 00:00:00 2001 From: Alexander Kelly Date: Wed, 28 Jun 2017 12:10:22 -0400 Subject: [PATCH] added branch local listing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1efa285..5894ca8 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ Share your git tricks here. - `git stash save`: Save your local modifications to a stash and roll your working directory back to HEAD - `git stash list`: Show all stashed changes - `git stash work`: shows work +- `git branch`: lists local repositories