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
You can also use `go run main.go` to compile and run in one go (pun definitely intended)
445
+
#### Compile Emphemeral Binary
446
+
447
+
Alternatively use `go run main.go` to compile and run in one go (pun definitely intended)
446
448
447
449
## Usage
448
450
449
-
Call `lazygit` in your terminal inside a git repository.
451
+
Call `lazygit` in your terminal, while inside a git repository.
450
452
451
-
```sh
453
+
```shell
452
454
$ lazygit
453
455
```
454
456
@@ -464,7 +466,7 @@ You can check out the list of keybindings [here](/docs/keybindings).
464
466
465
467
If you change repos in lazygit and want your shell to change directory into that repo on exiting lazygit, add this to your `~/.zshrc` (or other rc file):
0 commit comments