git_ops
git_ops copied to clipboard
--initial flag behavior
Due to the way --initial works currently, it forces a script writer to check for the existence of CHANGELOG.md or similar to know to call with this flag or not. This flag, or a similar flag, would be more flexible in scripts if it created if not exists but otherwise allowed the behavior to continue as though it already existed.