skyline
skyline

Reputation: 473

How to add respective comment for each file on Sourcetree?

The Sourcetree is a version control tool, the user can add a comment in a text box for the commit.

But is it possible to add the comment for specific files?

Upvotes: 0

Views: 471

Answers (1)

Paul
Paul

Reputation: 146

The comment you can add is the commit message. The commit message belongs to the commit you make not to any file so you can't add file specific comments. If you want you can commit each file alone. Then you can have a message for each commit and each commit contains only one file.

Upvotes: 1

Related Questions