Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
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: Rafficer/linux-cli-community
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GonzRon/linux-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.
  • 10 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    f027f05 View commit details
    Browse the repository at this point in the history
  2. hide sysctl output

    chrisx8 committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    2ad61d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. flake8 compliance

    chrisx8 committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    2658b15 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Use python library instead of shelling out to the OS.

    Rather than using subprocess to check the ownership, use the built-in library calls
    cousinitt committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    06c8aec View commit details
    Browse the repository at this point in the history
  2. Added missing import.

    cousinitt committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4fa35f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Replace concatenated string with triple quoted string.

    It is possible to use a triple quoted string and avoid '+'ing all of the strings together.
    cousinitt committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    3ec8997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8afe0d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Merge pull request #1 from cousinitt/triple_quote

    Triple quote
    GonzRon authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    e1595a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/2'

    GonzRon committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a1684fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from chrisx8/master

    pull ipv6 fork
    GonzRon authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    50436d6 View commit details
    Browse the repository at this point in the history
Loading