Comment on Reality check: Our Go backend stack
colonist@programming.dev 11 months 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 11 months 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 11 months ago
find -regex pattern -exec git add {}
Might work for you?