iceberg - changing non-code files in the same commit as code
Hi, this is maybe a bit advanced use case from Iceberg perspective, but quite basic from git perspective. Use case: In the same commit where code has changed I want to update text file CHANGELOG.md. Right now I need to modify the file after the commit and then amend it (so it is in the same commit), but it would be nice to do everything from within Pharo. Thanks, Peter
this is a bit hardcore :) but you can do: repo addFilesToIndex: { âpath/to/file/relative/to/repoâ } Esteban
On 18 Oct 2017, at 15:27, Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi,
this is maybe a bit advanced use case from Iceberg perspective, but quite basic from git perspective.
Use case: In the same commit where code has changed I want to update text file CHANGELOG.md.
Right now I need to modify the file after the commit and then amend it (so it is in the same commit), but it would be nice to do everything from within Pharo.
Thanks, Peter
participants (2)
-
Esteban Lorenzano -
Peter Uhnák