1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-27 22:38:09 +02:00

point to assets branch

This commit is contained in:
Jesse Duffield
2020-09-27 10:31:53 +10:00
parent c603691a98
commit 21d4e46bf1

View File

@@ -13,7 +13,7 @@ Rant time: You've heard it before, git is _powerful_, but what good is that powe
If you're a mere mortal like me and you're tired of hearing how powerful git is when in your daily life it's a powerful pain in your ass, lazygit might be for you. If you're a mere mortal like me and you're tired of hearing how powerful git is when in your daily life it's a powerful pain in your ass, lazygit might be for you.
![Gif](/docs/resources/staging.gif) ![Gif](../assets/staging.gif)
## Table of contents ## Table of contents
@@ -238,18 +238,18 @@ See the [docs](docs/Custom_Command_Keybindings.md)
### Resolving merge conflicts ### Resolving merge conflicts
![Gif](/docs/resources/resolving-merge-conflicts.gif) ![Gif](../assets/resolving-merge-conflicts.gif)
### Interactive Rebasing ### Interactive Rebasing
![Interactive Rebasing](/docs/resources/rebase.gif) ![Interactive Rebasing](../assets/rebase.gif)
## Contributing ## Contributing
We love your input! Please check out the [contributing guide](CONTRIBUTING.md). We love your input! Please check out the [contributing guide](CONTRIBUTING.md).
For contributor discussion about things not better discussed here in the repo, join the slack channel For contributor discussion about things not better discussed here in the repo, join the slack channel
[![Slack](/docs/resources/slack_rgb.png)](https://join.slack.com/t/lazygit/shared_invite/zt-5bo2clzo-hB8ZTVN5dWUCqj5QFiQVLA) [![Slack](../assets/slack_rgb.png)](https://join.slack.com/t/lazygit/shared_invite/zt-5bo2clzo-hB8ZTVN5dWUCqj5QFiQVLA)
### Debugging Locally ### Debugging Locally
Run `lazygit --debug` in one terminal tab and `lazygit --logs` in another to view the program and its log output side by side Run `lazygit --debug` in one terminal tab and `lazygit --logs` in another to view the program and its log output side by side