Skip to content

Q: How do I automatically add ALL untracked files? #50

@BrunoBonacci

Description

@BrunoBonacci

Hi,

Firstly, thank you for the module, I used it quite a bit.

I've looked at gac-automatically-add-new-files-p but it seems to be only adding the files which are being edited and not tracked.

this is my configuration in the top folder of my project.

((nil . ((eval git-auto-commit-mode 1)
         (gac-automatically-add-new-files-p . t)
         (gac-automatically-push-p . t))))

My use case is to edit org-mode files and add linked images. The org file will be committed and pushed, but the image remains untracked.

is there an option to add all untracked files, whether they are edited or not?

thank you
Bruno

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions