Reputation: 7708
In our source control, we have a dependencies folder. It is not part of any project, but shared by a few. I have to update a couple files in there, but not sure how to go about updating these files and adding check-in notes.
How can I do this? Thanks.
EDIT: I should mention. These are DLLs, so it's not like I can edit them directly.
Upvotes: 2
Views: 153
Reputation: 161773
This will display the Source Control Explorer, which will let you check out and check back in.
Upvotes: 1
Reputation: 3049
You can manually check out the files, then edit them in your favorite editor, and manually check them back in.
Upvotes: 1