public sealed class GitSourceContext : IMessage<GitSourceContext>, IEquatable<GitSourceContext>, IDeepCloneable<GitSourceContext>, IBufferMessage, IMessage
A GitSourceContext denotes a particular revision in a third party Git
repository (e.g., GitHub).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGitSourceContext\u003c/code\u003e class represents a specific revision within a Git repository, such as GitHub, allowing tracking of code origin.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring compatibility and deep cloning capabilities.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties for \u003ccode\u003eRevisionId\u003c/code\u003e (Git commit hash) and \u003ccode\u003eUrl\u003c/code\u003e (Git repository URL), enabling the identification of a particular version of code.\u003c/p\u003e\n"],["\u003cp\u003eThe current page contains documentation for version 2.4.0 and displays a list of documented versions ranging from 2.2.0 to the latest 3.7.0.\u003c/p\u003e\n"]]],[],null,[]]