How to commit files from different folders in MacHg?
- by J. Pablo Fernández
In MacHg, how do you select one and only one file from one folder and one and only one file from another folder to commit when you have other changed files in the same folder?
In the command line it would be:
hg commit folder1/file1 folder2/file2 -m "Message."