From 362c211e4414d5478fcb4dc5a880847ab8f50e60 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Oct 2014 07:48:34 -0600 Subject: [PATCH] Update README --- README.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.txt b/README.txt index a15c01985b..40b5a0d85f 100644 --- a/README.txt +++ b/README.txt @@ -150,6 +150,24 @@ Downloading from Repositories https://sourceforge.net/p/nuttx/git + Configuring the Cone + + Set your identity: + + git config --global user.name "My Name" + git config --global user.email my.name@example.com + + Colorized diffs are much easier to read: + + git config --global color.branch auto + git config --global color.diff auto + git config --global color.interactive auto + git config --global color.status auto + + Checkout other settings + + git config --list + Cloning NuttX Inside Cygwin If you are cloning the NuttX repository, it is recommended to avoid