Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
1d0dde39
Unverified
Commit
1d0dde39
authored
Sep 12, 2019
by
Denver Ogaro
Committed by
GitHub
Sep 12, 2019
Browse files
Add alias for gh_clone.
parent
6c2741ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
common_utils.sh
common_utils.sh
+4
-0
No files found.
common_utils.sh
View file @
1d0dde39
...
...
@@ -95,6 +95,10 @@ function gh_clone {
git clone https://github.com/
$1
}
# gh-clone was renamed to gh_clone, so we have this alias for
# backwards compatibility.
alias
gh-clone
=
gh_clone
function
set_opts
{
# Set options from input options string (in $- format).
local
opts
=
$1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment