Files
git-tfs/GitTfs/Commands/SetTree.cs
T
2009-06-29 09:09:43 -04:00

11 lines
243 B
C#

namespace Sep.Git.Tfs.Commands
{
[Pluggable("set-tree")]
public class SetTree : GitTfsCommand
{
private CommitOptions commitOptions;
private FcOptions fcOptions;
private RemoteOptions remoteOptions;
}
}