Thanks to visit codestin.com
Credit goes to github.com

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: Gazler/githug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Gazler/githug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/windows
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 10, 2015

  1. fix(fetch): ensure fetch level works on Windows

    Previously the fetch level was using the `wc` tool to check the number
    of commits in ".git/FETCH_HEAD". Since `wc` is not available on Windows,
    a pure ruby alternative is used.
    Gary Rennie committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    ce0ad2d View commit details
    Browse the repository at this point in the history
  2. fix(push_branch): ensure push_branch level works on Windows

    Previously the push_branch level was using the `wc` tool to check the
    number of branches in the repository. Since `wc` is not available on
    Windows, a pure ruby alternative is used.
    Gary Rennie committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    f050fb5 View commit details
    Browse the repository at this point in the history
  3. chore(AppVeyor): add appveyor.yml file for running tests on Windows

    AppVeyor is a CI server that uses Windows - the YAML file is roughly
    equivalent to the Travis CI one.
    Gary Rennie committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    2062821 View commit details
    Browse the repository at this point in the history
Loading