Skip to content

Feature request: Ability to unstage an individual file #342

@ben-tbotlabs

Description

@ben-tbotlabs

In git you can run the following command to unstage a particular set of files

git restore --staged <file>...

At the moment go-git only supports reseting all of the files using

func (w *Worktree) Reset(opts *ResetOptions) error 

unless I missed something in the code

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleIssues/PRs that are marked for closure due to inactivity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions