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
# * <tt>:ref</tt> - String of the name of the fully qualified reference (ie: refs/heads/master). If it doesn’t start with ‘refs’ and have at least two slashes, it will be rejected.
66
-
# * <tt>:sha</tt> - String of the SHA1 value to set this reference to
68
+
# @param [Hash] params
69
+
# @input params [String] :ref
70
+
# The name of the fully qualified reference (ie: refs/heads/master).
71
+
# If it doesn’t start with ‘refs’ and have at least two slashes,
# * <tt>:sha</tt> - String of the SHA1 value to set this reference to
89
-
# * <tt>:force</tt> - Boolean indicating whether to force the update or to make sure the update is a fast-forward update. The default is <tt>false</tt>, so leaving this out or setting it to false will make sure you’re not overwriting work.
96
+
# @param [Hash] params
97
+
# @input params [String] :sha
98
+
# The SHA1 value to set this reference to
99
+
# @input params [Boolean] :force
100
+
# Indicates whether to force the update or to make sure the update
101
+
# is a fast-forward update. Leaving this out or setting it to false
102
+
# will make sure you’re not overwriting work. Default: false
0 commit comments