> From the help page:
>
> --assume-unchanged, --no-assume-unchanged
> ...
>
> This option can be also used as a coarse file-level mechanism to
> ignore uncommitted changes in tracked files (akin to what .gitignore
> does for untracked files).
>
> Seems like it does everything required.
> I'm not sure to follow everything... But looks like:
>
>$ git add -p
>
> or
>
>$ git add -i
>
> should do what you want, no?
>
> You select the hunks to commit, let over the "hacks" and then
>
>$ git commit
Similar but not quite; the idea is that you know that there is some
code (I'
2 matches
Mail list logo