Skip to content
Snippets Groups Projects
Commit 16173bc3 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Added details of extra command to README.git

parent e2b4412e
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,9 @@ $git push ...@@ -73,6 +73,9 @@ $git push
Checkout a remote branch and switch to it on your local repo Checkout a remote branch and switch to it on your local repo
$git checkout -b experimental origin/experimental $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: All these things can be done with a GUI:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment