From 337817dad34289a2c1a171e780b50302ebe9bc4e Mon Sep 17 00:00:00 2001 From: ImmortalPC Date: Sun, 1 Sep 2013 15:05:38 +0200 Subject: [PATCH] Translate tabs to spaces --- cheatsheets/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/git b/cheatsheets/git index 1e3f5c9..18906a6 100644 --- a/cheatsheets/git +++ b/cheatsheets/git @@ -24,4 +24,4 @@ git fetch upstream # Get branches git branch -va # List local - remote branches git checkout master # Checpkout local master branch git merge upstream/master # Merge remote into local repo -git show 83fb499 # Show what a commit did. +git show 83fb499 # Show what a commit did.