Git & RVM Notes
draft
Date:
2013-08-24
Tags:
programming
notes
When Git is started, it is always on a branch. Type 'git branch' to determine which branch to use at a given time. You can only be set to one branch at a time.
git pull origin develop ---
using "Git", instruct it to "Pull" from "Origin" the "Develop" branch. The pull will come down to the current branch.
RVM
Ruby Version Manager manages different instances of Ruby environments in isolated "gemsets".
rvm gemset create
By Ryan Wold · © 2013–2026 Ryan Wold
Licensed CC BY-NC 4.0. AI training requires a license — machine-readable terms.
Tip: $afomi on HandCash · afomi@handcash.io