Last updated: March 2026
Note: This page covers creating, deleting, and filtering files inside a repository. To add or remove a remote repository, see Remote Repositories and Pushing/Pulling.
Use this page to create files, create folders, delete files, and filter repository contents from inside GitKraken Desktop. It covers both Command Palette and context-menu workflows, plus the View all files mode you need when you want to delete or locate files outside the current staged or changed set.
Requirements and limits
- Workflow scope: File and folder creation, deletion, and filtering inside an existing repository
- Create-file access: Command Palette or Commit Panel context menu
- Folder creation behavior: Include
/in the new filename to create a folder and file at the same time - Delete-file limitation: To delete arbitrary repository files, enable
View all filesfirst - Filter behavior: The
Filter Filesbar appears only whenView all filesis enabled
Quick Start
To create a file:
- Press Ctrl/Cmd + P to open the Command Palette.
- Type
Create Fileand press Enter. - Enter a filename and press Enter. To create a folder at the same time, include a
/in the name (e.g.,src/utils.js).
To create a file using the context menu:
- Right-click the empty space in the Commit Panel.
- Select
Create File.
To delete a file:
- Right-click the file in the Commit Panel.
- Select
Delete file.
To delete any file in the repository (not just staged files), first enable View all files in the Commit Panel. Once enabled, right-click any file and select Delete file. A Filter Files bar also appears when View all files is on, letting you type a filename or extension to locate files quickly.
How to add a file using the Command Palette
- Press Ctrl/Cmd + P to open the Command Palette.
- Type
Create Fileand press Enter.

- Type the desired filename and press Enter.

To create a folder and a file at once, include a forward slash (/) in the file name:

How to add a file using the context menu
You can also add files via the Commit Panel:
- Right-click the empty space in the Commit Panel.
- Select
Create Filefrom the context menu.
How to delete a file from the Commit Panel
- In the Commit Panel, right-click the file you want to delete.
- Select
Delete filefrom the context menu.

How to delete any file in the repository
- Enable the
View all filesoption. - Right-click the file you want to remove.
- Select
Delete filefrom the context menu.

How to filter files
When View all files is enabled, a Filter Files bar appears.
- Type a filename or extension to quickly find and jump to specific files.
