gitlab
https://github.com/narkoz/gitlab
Ruby
Ruby wrapper and CLI for GitLab REST API
Gitlab::Client::RemoteMirrors#delete_remote_mirror
No Docs, write some!
Edit
git clone [email protected]:narkoz/gitlab.git
cd gitlab
open lib/gitlab/client/remote_mirrors.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--Client--RemoteMirrors-delete_remote_mirror-for-pr
# Commit to gitgit add lib/gitlab/client/remote_mirrors.rbgit commit -m "better docs for Gitlab::Client::RemoteMirrors#delete_remote_mirror"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--Client--RemoteMirrors-delete_remote_mirror-for-pr
hub pull-request
# Celebrate!