Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scikit-build/github-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: scikit-build/github-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-commit-get-command
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 8, 2017

  1. gh_commit: Add get command **WIP**

    Todo:
    
    * By default list all properties as:
    
       githubrelease commit REPO_NAME get SHA
    
       could output:
    
       sha 7921bb62e3b3240226acf66a57535219b9c3abac
       url https://api.github.com/repos/NeurodataWithoutBorders/pynwb/git/commits/7921bb62e3b3240226acf66a57535219b9c3abac
       html_url NeurodataWithoutBorders/pynwb@7921bb6
       author.name John Doe
       [...]
    
    
    * support getting a single property using
    
      githubrelease commit REPO_NAME get SHA author.name
    
    * support getting json output using
    
      githubrelease commit REPO_NAME get SHA --json
    
    
    
    
    [ci skip]
    jcfr committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    81415e3 View commit details
    Browse the repository at this point in the history
Loading