1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00
Commit Graph

344 Commits

Author SHA1 Message Date
232596b83d Updated README.md 2023-10-26 07:45:25 +00:00
1c1d558cc7 Add Codacy badge
I applied to the Codacy Pioneers program for funding and mentorship and I got accepted. Part of the terms is to show the codacy report badge in the readme. Thank God it's an A!
2023-10-26 07:45:08 +00:00
dffb16ed96 Updated README.md 2023-10-24 15:27:07 +00:00
8193731a82 Updated README.md 2023-10-18 10:28:08 +00:00
cbb5fe6007 Updated README.md 2023-10-16 11:30:40 +00:00
3cee4de39c Updated README.md 2023-10-15 07:46:45 +00:00
c39fafe6ec Updated README.md 2023-10-04 23:33:09 +00:00
a3759c65e4 Updated README.md 2023-10-03 19:20:39 +00:00
a04fbafcfd Updated README.md 2023-10-03 09:35:18 +00:00
3cda1d03d9 Updated README.md 2023-10-01 06:05:28 +00:00
246e08096f Updated README.md 2023-09-30 08:46:30 +00:00
cdb1d76484 Updated README.md 2023-09-28 08:04:37 +00:00
3589a43682 Updated README.md 2023-09-25 00:24:22 +00:00
fb4f742416 Updated README.md 2023-09-20 06:10:06 +00:00
679148449a Updated README.md 2023-09-18 08:14:59 +00:00
25160b671e Updated README.md 2023-09-13 07:17:12 +00:00
005827395d Updated README.md 2023-09-09 07:35:14 +00:00
ab06a1c85c Updated README.md 2023-09-06 06:45:15 +00:00
a3cd1e93be Updated README.md 2023-09-05 12:01:12 +00:00
e895052437 Updated README.md 2023-09-04 14:58:07 +00:00
3a54089859 Updated README.md 2023-09-04 07:45:52 +00:00
e60936e964 Updated README.md 2023-08-31 14:13:26 +00:00
ce91de76e4 Updated README.md 2023-08-30 09:22:09 +00:00
ecd2a14a15 Add install instructions for openSUSE (#2727) 2023-08-28 20:10:49 +10:00
8dfa8dc48c Updated README.md 2023-08-28 09:52:42 +00:00
821c4b05fe Add Winget to installation guide 2023-08-27 05:50:12 -03:00
4272d84fa2 Add Winget to installation guide 2023-08-27 05:45:43 -03:00
16711c6f1a Added termux installation [README.md] (#2892) 2023-08-21 18:02:59 +10:00
8efc175340 Add git flow description in readme 2023-08-21 15:50:54 +10:00
fd782ff568 Updated README.md 2023-08-21 01:26:29 +00:00
e429415ed4 Updated README.md 2023-08-15 09:49:34 +00:00
1c6cfafba7 Add features to table of contents 2023-08-12 17:27:25 +10:00
83d642b74f Add demo for diffing two commits 2023-08-12 17:24:05 +10:00
b92da0dc54 Updated README.md 2023-08-12 06:19:15 +00:00
f1753f36c8 Add rebase from marked base commit test
This also fixes a bug where after the rebase each commit in the commits view had a tick against it because we hadn't
refreshed the view since the base commit was no longer marked
2023-08-12 16:16:03 +10:00
3ea81d4a6f Add undo demo 2023-08-12 16:15:50 +10:00
f2e8d549ba Updated README.md 2023-08-09 22:36:48 +00:00
5e388e21c8 Updated README.md 2023-08-07 14:03:45 +00:00
33a96a3dd7 Updated README.md 2023-08-07 06:14:41 +00:00
213da4fddd added termux installation 2023-08-06 20:12:11 +05:30
9cc18bd7e6 Updated README.md 2023-08-06 06:29:45 +00:00
78676dcff6 Fix README.md typo backkground -> background 2023-08-05 20:09:53 +02:00
7847203d6e Updated README.md 2023-08-05 06:14:48 +00:00
f6af4c29d4 Add custom patch demo 2023-08-04 09:15:07 +10:00
996ad5bf26 Add worktree demo 2023-08-04 09:14:58 +10:00
096628e366 Add custom command demo 2023-08-04 08:38:15 +10:00
c390c9d58e Add filter demo to README 2023-08-03 18:22:30 +10:00
5c9a9e777c Move features to top of readme 2023-08-03 17:23:47 +10:00
bbb2b32816 Point to new demos 2023-08-03 16:58:11 +10:00
befd7fe63e Support mp4 videos for demos
For all videos but the first video in the readme we want to use mp4 because it's faster, better quality,
smaller, and allows you to play/pause (don't quote me on the smaller part).

HOWEVER: github won't let us reference mp4s stored in our repo from the readme, like it does for gifs
(who knows why). This is annoying because it prevents us from easily re-recording things if the UI
changes. So I've got the logic for recording to mp4 but I'm thinking of sticking to gifs for now
2023-08-02 22:21:25 +10:00