diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-16 23:44:37 -0700 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-16 23:44:37 -0700 |
| commit | 335f9e81e08442435140218994f96226348492c6 (patch) | |
| tree | d25f9d7fd1f852dd5fbe2986526a5cd063624005 /bin | |
| parent | 8e75018c538d422c8273e2dbcde65404fe8fd42b (diff) | |
| parent | d8e061d73bb29374e679aef5ee6356383bcaa80e (diff) | |
| download | gitlab-shell-335f9e81e08442435140218994f96226348492c6.tar.gz | |
Merge pull request #45 from amacarthur/fork-feature
add fork_project command
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/gitlab-projects | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gitlab-projects b/bin/gitlab-projects index 95d0475..8803931 100755 --- a/bin/gitlab-projects +++ b/bin/gitlab-projects @@ -13,6 +13,8 @@ require_relative '../lib/gitlab_init' # # /bin/gitlab-projects mv-project gitlab/gitlab-ci.git randx/fork.git # +# /bin/gitlab-projects fork-project gitlab/gitlab-ci.git randx +# # /bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git # require File.join(ROOT_PATH, 'lib', 'gitlab_projects') |
