Skip to content

FIX: Git add newly created files

Dave Corley requested to merge honey-i-forgot-the-files into master

Presently when using the fork tool, some files are renamed, and a bunch of important stuff is lost as the recommended command, git commit -am doesn't actually catch the newly renamed files. This MR corrects that.

Merge request reports