"plugins/vscode:/vscode.git/clone" did not exist on "132607447d24477bcedac7e0accd3fe83b9b6a1a"
Commit fdbf0cbe authored by Josh Burns's avatar Josh Burns
Browse files

gem push alias and gem yank alias

parent da573f63
alias gemb="gem build *.gemspec"
alias gemp="gem push *.gem"
# gemy GEM 0.0.0 = gem yank GEM -v 0.0.0
function gemy {
gem yank $1 -v $2
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment