Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print usage message from 'compare' #727

Merged
merged 2 commits into from
Sep 1, 2021
Merged

Print usage message from 'compare' #727

merged 2 commits into from
Sep 1, 2021

Commits on Sep 1, 2021

  1. Add usage guidance to 'compare' script

    I was attempting to run it and failed to remember how it worked and that
    it needed arguments. I thought it might have automatically diffed the
    current branch with master.
    
    We could add something to use current if the second arg isn't included.
    michaeljones committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    4d643f6 View commit details
    Browse the repository at this point in the history
  2. Default second argument to the current branch

    If not included.
    
    Means that you can write:
    
      ./compare master
    
    To compare the current branch to master and not have to list out and
    copy and paste the current branch.
    michaeljones committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7d18d81 View commit details
    Browse the repository at this point in the history