Comment on Reality check: Our Go backend stack
colonist@programming.dev 1 year agoDo you know of any tools that refactor my branch to put all files following a certain pattern into it’s own commit?
Comment on Reality check: Our Go backend stack
colonist@programming.dev 1 year agoDo you know of any tools that refactor my branch to put all files following a certain pattern into it’s own commit?
Miaou@jlai.lu 1 year ago
find -regex pattern -exec git add {}
Might work for you?