From 5f2e62c508c82aa0f75f3fc314025d5feaf2c848 Mon Sep 17 00:00:00 2001 From: Joe Doherty Date: Thu, 12 Nov 2015 10:00:51 +0000 Subject: [PATCH] Added `git fetch` to ST3 Install I always have to `git fetch` to checkout a branch that I do not have locally. This may be an issue for users not used to Git. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f23d13b..b6a1847 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,7 @@ The only installation method is via Git. cd Packages/ git clone https://github.com/SublimeText/ColdFusion.git cd ColdFusion +git fetch git checkout development ``` * CFLIB Command is not currently working.