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: IntelliTect/CodingGuidelines
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: IntelliTect/CodingGuidelines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: TestXMLRearrange
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    4ca0f6b View commit details
    Browse the repository at this point in the history
  2. Sorted the guidelines based on section and then subsection

    For note, used these three powershell commands
    - [xml] $Guidelines = Get-Content "RelativePath\CodingGuidelines\docs\Guidelines(8th Edition).xml"
    - $Guidelines.SelectNodes("//Guidelines") | %{
    >> $ParentNode = $_
    >> $_.guideline | Sort-Object section, subsection | %{
    >> $ParentNode.AppendChild($_) | out-null }}
    - $Guidelines.Save("./SortedGuidelines.xml")
    BenjaminMichaelis committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    c473e0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a1d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a33792 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e9199c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c90a095 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #151 from BenjaminMichaelis/BenjaminMichaelis-Upda…

    …teXML
    
    Test XML to MD action
    BenjaminMichaelis authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e0d3d2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15965be View commit details
    Browse the repository at this point in the history
  9. new coding guidelines MD File created

    twofingerrightclick committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    78f278a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ead0aa View commit details
    Browse the repository at this point in the history
Loading