summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-30 11:38:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-30 11:38:52 -0600
commit955a988db66ac833ed0d12d2f764f3e138415461 (patch)
treeaf036d97d43aa4c615d9c8e5c1ae2e8ac64f09c1 /nuttx/README.txt
parent42d1624c5c013ecc75ad565d04468a74f1ee7b7c (diff)
parent0706af1418920fe3dc4044387889037fc8ea50d7 (diff)
downloadnuttx-955a988db66ac833ed0d12d2f764f3e138415461.tar.gz
nuttx-955a988db66ac833ed0d12d2f764f3e138415461.tar.bz2
nuttx-955a988db66ac833ed0d12d2f764f3e138415461.zip
Merge remote-tracking branch 'origin/master' into bas24
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 23b190bc4..9510637ce 100644
--- a/nuttx/README.txt
+++ b/nuttx/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