tattersoftware / codeigniter4-patches

Automated project updates for CodeIgniter 4
MIT License
29 stars 8 forks source link

feat: add git global config in arguments #37

Closed jozefrebjak closed 8 months ago

jozefrebjak commented 8 months ago

@MGatner To ensure patches work correctly in a Docker container, we may need to manually set the user.email and user.name values using the -e and -n flags respectively. This is necessary because Docker containers are often not preconfigured for Git and then patches fails because of missing configuration. This PR will fix closed issue https://github.com/tattersoftware/codeigniter4-patches/issues/23.