|
|
|
|
|
by Ayesh
2496 days ago
|
|
Similar to GUI apps that work on top of git binary, does anyone know a user friendlier CLI app? It can have new commands: - `gitlite create` vs `git init` - `gitlite branch create feature-dom` vs `git checkout -b feature-dom` - `gitlite time-travel cfae736` vs `git checkout cfae736`. - `gitlite undo cfae736` vs `git reset cfae736 --hard` - gitlite release create v4.2` vs `git tag v4.2`. Each command will call the translated `git` command, and perhaps improve upon the output from the command. |
|