You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/Git/DeleteRef.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ final class DeleteRef
27
27
privatestring$owner;
28
28
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
29
29
privatestring$repo;
30
-
/**The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
30
+
/**The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/Git/GetRef.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ final class GetRef
26
26
privatestring$owner;
27
27
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
28
28
privatestring$repo;
29
-
/**The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
29
+
/**The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/Git/ListMatchingRefs.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ final class ListMatchingRefs
28
28
privatestring$owner;
29
29
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
30
30
privatestring$repo;
31
-
/**The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
31
+
/**The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/Git/UpdateRef.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ final class UpdateRef
27
27
privatestring$owner;
28
28
/**The name of the repository without the `.git` extension. The name is not case sensitive. **/
29
29
privatestring$repo;
30
-
/**The name of the reference to update (for example, `heads/featureA`). Can be a branch name (`heads/BRANCH_NAME`) or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
30
+
/**The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. **/
0 commit comments