substition modle
Linear Iteration time = O(n) space = O(1)
Linear Recursion time = O(x) space = O
| [color] | |
| ui = true | |
| [core] | |
| editor = vim | |
| excludesfile = ~/.gitignore_global | |
| [alias] | |
| cm = commit -m | |
| co = checkout | |
| st = status | |
| lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit |