diff options
| author | czjstmax <maxwasmailed@proton.me> | 2025-11-20 10:30:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 10:30:03 +0100 |
| commit | 32582c84df65003e895a755097561b1a5fe63122 (patch) | |
| tree | aff6674828fa18640c34889ccb0baa0f2ba45135 | |
| parent | d223ec3f87aace98da1813d6b0ab039c21ae988a (diff) | |
"why permissive" note added
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ yes, that's the name of it. \ `g` is a simple `git` wrapper that you can use if \ you are as lazy as me and do not want write looong \ boooooooring commands like `git commit -a -m "fuck"`. +#### why "permissive"? +`g`'s whole logic is to be "permissive" with its \ +syntax so that it is fail-free, and also to be SHORT. ## get `g` ~~to get `g` you can either build it yourself or you~~ \ |