mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
Update README
This commit is contained in:
parent
f9d1bad0b5
commit
362c211e44
1 changed files with 18 additions and 0 deletions
18
README.txt
18
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
|
||||
|
|
Loading…
Reference in a new issue