You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-18
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
46
46
- Fast and intuitive **keyboard only** control
47
47
- Context based help (**no need to memorize** tons of hot-keys)
48
-
- Inspect, commit, and amend changes (incl. hooks: _pre-commit_,_commit-msg_,_post-commit_,_prepare-commit-msg_)
48
+
- Inspect, commit, and amend changes (incl. hooks: *pre-commit*,*commit-msg*,*post-commit*,*prepare-commit-msg*)
49
49
- Stage, unstage, revert and reset files, hunks and lines
50
50
- Stashing (save, pop, apply, drop, and inspect)
51
51
- Push / Fetch to / from remote
@@ -68,24 +68,24 @@ GitUI provides you with the user experience and comfort of a git GUI but right i
68
68
69
69
For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) ([slides](https://github.com/extrawurst/gitui-presentation)) I compared `lazygit`,`tig` and `gitui` by parsing the entire Linux git repository (which contains over 900k commits):
- See [Install Rust](https://www.rust-lang.org/tools/install)
231
225
232
226
- To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)
233
-
234
227
- perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/)
235
228
- a c compiler (msvc, gcc or clang, cargo will find it)
236
229
@@ -241,9 +234,7 @@ see [NIGHTLIES.md](./NIGHTLIES.md)
241
234
The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui --locked`. If you are not familiar with rust and cargo: [Getting Started with Rust](https://doc.rust-lang.org/book/ch01-00-getting-started.html)
0 commit comments