Roughly speaking, we can express the difference between a Markov process and a martingale as follows:
A Markov process is one for which conditioning its future value on its history is the same as conditioning its future value on its present value, so that $E(h(X_t)\,|\,X_u,\,u\leq s)=E(h(X_t)\,|\,X_s)$, for any appropriate function $h$;
A martingale is a process whose expected future value equals its present value, when conditioned on its history, so that $E(X_t\,|\,X_u,\,u\leq s)=X_s$,
for all $s\leq t$. (Note that I am taking huge liberties by ignoring integrability conditions and other important caveats.)
In words, we might say that Markov processes have the property that their histories provide no information in excess of the information contained in their present values. Similarly, we might say that martingales are processes for which the best estimate of their future value is their current value.
These two concepts have an interesting history in Financial Economics. For example, the Efficient Market Hypothesis effectively asserts that asset price processes are Markov. On the other hand, much of Asset Pricing Theory characterises fair value for risky securities in terms of martingales, in one way or another.
To answer your question, although both the Markov condition and the martingale condition are expressed in terms of conditional expectations, they are in fact quite different notions. In particular, processes can be (1) Markov processes and martingales; (2) Markov processes but not martingales; (3) martingales but not Markov processes; and (4) neither martingales nor Markov process. A good exercise is to construct examples of all four types of process listed above (focus on discrete-time, rather than continuous-time).
Geometric Brownian motion is a process $X$ characterised by the stochastic differential equation $$d X_t=\mu X_t\,dt+\sigma X_t\,d B_t,$$ for all $t\geq 0$, where $B$ is a standard Brownian motion. It is always Markov (incidentally, this explains why the price of an option written on a security that follows a geometric Brownian motion is a function of the current price of the security, and not its price history). However, $X$ is only a martingale when $\mu=0$ (in which case we refer to it as driftless geometric Brownian motion.