hub
https://github.com/mislav/hub
Go
A command-line tool that makes git easier to use with GitHub.
Gitlab::GithubImport.insert_and_return_id
Inserts a raw row and returns the ID of the inserted row.
attributes - The attributes/columns to set.
relation - An ActiveRecord::Relation to use for finding the ID of the row
when using MySQL.Edit
git clone [email protected]:mislav/hub.git
cd hub
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--GithubImport-insert_and_return_id-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::GithubImport.insert_and_return_id"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--GithubImport-insert_and_return_id-for-pr
hub pull-request
# Celebrate!