facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto git-add all changes

Dieterbe opened this issue · comments

i always find myself doing 2 loops over the edit locations.
once to make the edit, and then using git add -p, to add all changes to the git index. would be pretty convenient to automatically stage to the index all changes i make

@caabernathy @modocache why was this closed?

This happened when we (temporarily) stopped supporting this project. Support recently started up again.

Glad to see it! 👍 for this feature, then. If someone can provide an outline of a desired implementation, or a place to start, I can give it a shot.