untrackCommand doc

This commit is contained in:
kafkaf- 2015-04-11 13:54:05 +03:00
parent 03a0d4cec4
commit 34f1d3918e

@ -17,6 +17,8 @@ var (
}
)
// untrackCommand takes a list of paths as an argument, and removes each path from the
// default attribtues file (.gitattributes), if it's exists.
func untrackCommand(cmd *cobra.Command, args []string) {
lfs.InstallHooks(false)