# [[Remove changes from staging]] When using [[Git]], you can remove changes you've already staged by using: ```shell git restore --staged screenshots ``` In the command above, the `screenshots` folder will be removed from staging.