开发者

Commit specific lines of a file to git [duplicate]

This question already has answers here: 开发者_如何学JAVA Closed 10 years ago.

Possible Duplicate:

How can I commit only part of a file in git

How do I commit a few specific line ranges from a file to git? while ignoring some other line changes in the same file.


Try git add -p -- it will interactively let you add, skip, or split diff hunks.


Use git add -i to stage the lines then commit as normal, or use git-cola until you get used to the command line.

Commit specific lines of a file to git [duplicate]

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜