Prove:
If a tree has order 2 or more, then the minimum cut set is 1.
Consider any edge $(u,v)$ of a tree. Now we know in a tree there is exactly one path between any two vertices. Consider any path between two vertices through the edge $(u,v)$. If you delete the edge $(u,v)$ then there will not be any path between those two vertices(if $G$ has only two vertices then these two vertices will be $u$ and $v$). Hence those two vertices will lie on different components. Thus the tree is now disconnected. As, deletion of just one edge make the tree disconnected the minimum cut set size is 1 or $K(G)=1$. Hence proved.