Say we consider a process $X_t$ with dynamics $$dX_t=\alpha X_tdt+\sigma dW_t$$ and $X_0=x_0$ where $W_t$ is a standard brownian motion. It has the solution $$X_t=e^{\alpha t}x_0+\sigma \int_0^te^{\alpha (t-s)}dW_s$$
But what if we for $T>t$ wish to know the distribution of $X_T$ conditional on $X_t=x_t$. My textbook says (as I understand it) without going into depth that $$X_T=e^{\alpha (T-t)}x_t+\sigma \int_t^Te^{\alpha (T-s)}dW_s$$ but how do we get here? Thanks!