equal
deleted
inserted
replaced
15 $ git config --global user.mail "gavenkoa@gmail.com" |
15 $ git config --global user.mail "gavenkoa@gmail.com" |
16 $ cat ~/.gitconfig |
16 $ cat ~/.gitconfig |
17 [user] |
17 [user] |
18 name = Oleksandr Gavenko |
18 name = Oleksandr Gavenko |
19 mail = gavenkoa@gmail.com |
19 mail = gavenkoa@gmail.com |
|
20 |
|
21 ** Windows. |
|
22 |
|
23 No official support for Windows OS. |
|
24 |
|
25 *** Cygwin. |
|
26 |
|
27 *** MSys. |
|
28 |
|
29 Native port. |
|
30 |
|
31 http://code.google.com/p/msysgit |
20 |
32 |
21 * Start your project. |
33 * Start your project. |
22 |
34 |
23 Setup proj space on fs. |
35 Setup proj space on fs. |
24 |
36 |