git - Mark files as changed without changing them -
how tell git files in repository have changed, can commit , push them?
i have component automatically pulls git files , processes them, if have changed (git status
). how can tell git files have changed before committing , pushing them, without changing them?
i don't want add spaces or thing that.
no, not possible. it's not how git works.
your current state of work stored in git when commit you've changed, think you're misunderstanding how git works. adding "empty" commit nothing previous 1 wouldn't do.
Comments
Post a Comment