diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2025-11-21 19:03:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 19:03:26 +0100 |
| commit | cb6806011c50c146fb9d444b8c89c9b331b66bdc (patch) | |
| tree | 63fc7ab7c1caeb958c3b626ce291fba66c917ccc /README.md | |
| parent | 4edb52e7d53920880428804e9272cc556e1d9578 (diff) | |
added maintainers list + fixes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,19 +1,25 @@ <img width="565" height="200" alt="g_repo-banner_565x200px" src="https://github.com/user-attachments/assets/e00173a7-23dd-464a-92aa-60fd034bc5c3" /> # g — that's a short name. -`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"`. +`g` is a \*permissive\* [git](https://git-scm.com/) wrapper that you can use \ +if you are as lazy as me and do not want write **looong** and **boring** commands like \ +`git commit -a -m "yo mama"`, or `git remote add origin git@github.com:torvalds/linux.git` + ### why "permissive"? -`g`'s whole logic is to be "permissive" with its syntax making it \ -is fail-free, and also **very very** forgiving with its user. +`g`'s whole logic is to be "_permissive_" with its syntax making it \ +is almost fail-free, and also **very very** forgiving with its user. ### but what does it mean _practically_? -it means that you can write commands **however you like**, _within limitations_. \ +it means that you can write commands **however you like**, ***within certain limitations***. \ for example, all of these are valid commands to say "`git commit -a -m "hi"`" * `g c a m "hi"` * `g com a msg "hi"` +* `g commit a` <!-- * `g cam "hi"` // commented out because i am not unsure if i will implement this --> ## get `g` to get `g` you can either build it yourself or you \ -can install the AUR package `getg`. +can install the [AUR package `getg`](https://aur.archlinux.org/packages/getg). + + +###### maintainers list +###### czjstmax! : <jstmaxlol@disroot.org>, <maxwasmailed@proton.me> |