Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
What is the command used to list the checked-in files in a specific Source project ?
Solved! Go to Solution.
si mods can be used to get the list of files checked in between any two checkpoints in the Source project (or between teh project tip and a checkpoint)
si print will list out every file in the Source project
The Source CLI reference pdfs will have more details about the syntax and options available for each command
si mods can be used to get the list of files checked in between any two checkpoints in the Source project (or between teh project tip and a checkpoint)
si print will list out every file in the Source project
The Source CLI reference pdfs will have more details about the syntax and options available for each command
