| 1 | [user] |
| 2 | name = Smirnov Olexander |
| 3 | email = ss2316544@gmail.com |
| 4 | |
| 5 | [github] |
| 6 | user = Smirnov-O |
| 7 | |
| 8 | [web] |
| 9 | browser = firefox |
| 10 | |
| 11 | [core] |
| 12 | editor = vim |
| 13 | excludesfile = ~/.gitignore_global |
| 14 | |
| 15 | [alias] |
| 16 | ada = add -A |
| 17 | cm = commit |
| 18 | ch = checkout |
| 19 | cl = clone |
| 20 | st = status |
| 21 | br = branch |
| 22 | l = log |
| 23 | |
| 24 | [color] |
| 25 | ui = true |
| 26 | interactive = true |
| 27 | branch = true |
| 28 | status = true |
| 29 | |
| 30 | [credential] |
| 31 | helper = cache --timeout=1800 |