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: zeroae/zeroae-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ght/master
Choose a base ref
...
head repository: zeroae/zeroae-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 31 files changed
  • 2 contributors

Commits on Dec 29, 2019

  1. Render ght/master into master

    This commit was obtained as follows:
      1. Checkout the last merged rendering of ght/master
         git checkout master
      2. Replace its contents with ght/master
         git rm -rf .
         git checkout origin/ght/master -- .
      3. Load the configured ght.yaml from PR #1 file
         git checkout 44cc9df -- .github/ght.yaml
      4. Execute the rendering steps
         .github/bin/ght-render.sh render_tree_structure
         .github/bin/ght-render.sh render_tree_ght_content
         .github/bin/ght-render.sh render_tree_content
         .github/bin/ght-render.sh finish
      5. Commit
         git commit
    
    Close #1
    sodre committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    91a7bf1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from zeroae/ght/render-1577601298

    Render ght/master into master
    sodre authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    4dc7217 View commit details
    Browse the repository at this point in the history
  3. ignore .github folder

    sodre committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    150d1cc View commit details
    Browse the repository at this point in the history
  4. ignore github folder

    sodre committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    1e5825a View commit details
    Browse the repository at this point in the history
  5. render condarc

    sodre committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    8ed1e1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ae8da6 View commit details
    Browse the repository at this point in the history
  7. fix cache key

    sodre committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    93a58da View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    d3b0f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec09887 View commit details
    Browse the repository at this point in the history
  3. Update pypa-conda

    sodre committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    4d1096a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eef8141 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from zeroae/new-detoxifier

    Replace detoxify & release-publisher with ghw-pypa-conda
    sodre authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    f2dbf54 View commit details
    Browse the repository at this point in the history
  6. Update badge...

    sodre authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    8453278 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f257bb5 View commit details
    Browse the repository at this point in the history
Loading