Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.
This repository was archived by the owner on May 9, 2022. It is now read-only.

do not lose folders after rename and checkout #34

@chrisd8088

Description

@chrisd8088

The following currently fails on Linux (assuming Foo is an un-hydrated folder present in the repository), because although Bar is removed by the final git checkout, Foo is not restored:

git checkout -b foo
git mv Foo Bar
git add .
git commit -m foo
git checkout master

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions