-
Notifications
You must be signed in to change notification settings - Fork 16
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: IntelliTect/CodingGuidelines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: TestXMLRearrange
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 3 files changed
- 3 contributors
Commits on Feb 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ca0f6b - Browse repository at this point
Copy the full SHA 4ca0f6bView commit details -
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")Configuration menu - View commit details
-
Copy full SHA for c473e0b - Browse repository at this point
Copy the full SHA c473e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a1d47 - Browse repository at this point
Copy the full SHA 78a1d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a33792 - Browse repository at this point
Copy the full SHA 9a33792View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9199c - Browse repository at this point
Copy the full SHA 9e9199cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c90a095 - Browse repository at this point
Copy the full SHA c90a095View commit details -
Merge pull request #151 from BenjaminMichaelis/BenjaminMichaelis-Upda…
…teXML Test XML to MD action
Configuration menu - View commit details
-
Copy full SHA for e0d3d2d - Browse repository at this point
Copy the full SHA e0d3d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15965be - Browse repository at this point
Copy the full SHA 15965beView commit details -
new coding guidelines MD File created
twofingerrightclick committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 78f278a - Browse repository at this point
Copy the full SHA 78f278aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ead0aa - Browse repository at this point
Copy the full SHA 2ead0aaView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...TestXMLRearrange