Skip to content

git rm doesn't work #42

@jackkrieger

Description

@jackkrieger

Couldn't remove files from repository with gittle.

-- coding: utf-8 --

import os
import gittle

if name == 'main':

repository = os.path.abspath(r'.\data\altium\models')
store = gittle.Gittle(repository)

print store.removed_files
store.rm(store.removed_files)
print store.removed_files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions