mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 05:15:53 +02:00
allow ignoring directories
This commit is contained in:
parent
c9de6c003b
commit
cd0532b4d6
4 changed files with 57 additions and 12 deletions
|
@ -31,7 +31,7 @@ func (c *GitCommand) StageAll() error {
|
|||
return c.OSCommand.RunCommand("git add -A")
|
||||
}
|
||||
|
||||
// UnstageAll stages all files
|
||||
// UnstageAll unstages all files
|
||||
func (c *GitCommand) UnstageAll() error {
|
||||
return c.OSCommand.RunCommand("git reset")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue