diff --git a/README.git b/README.git index 8b247e3d6e99b79d5b9341b0c2975c07d21cf866..78de368f1babf8d50f45c3599c95e53e3fd98edc 100644 --- a/README.git +++ b/README.git @@ -73,6 +73,9 @@ $git push Checkout a remote branch and switch to it on your local repo $git checkout -b experimental origin/experimental +Compare list of commits on two different branches (here branches are named master and experimental) +git log master..experimental + ##### All these things can be done with a GUI: