hub
https://github.com/mislav/hub
Go
A command-line tool that makes git easier to use with GitHub.
Gitlab::GitalyClient.call
All Gitaly RPC call sites should use GitalyClient.call. This method makes sure that per-request authentication headers are set. This method optionally takes a block which receives the keyword arguments hash 'kwargs' that will be passed to gRPC. This allows the caller to modify or augment the keyword arguments. The block must return a hash. For example: GitalyClient.call(storage, service, rpc, request) do |kwargs| kwargs.merge(deadline: Time.now + 10) end
Edit
git clone [email protected]:mislav/hub.git
cd hub
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--GitalyClient-call-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::GitalyClient.call"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--GitalyClient-call-for-pr
hub pull-request
# Celebrate!