自分用
問題文
(git)
Git
(git status)
git status
(git add .)
git add .
(git commit -m ’’)
git commit -m ''
(git branch)
git branch
(git checkout -b)
git checkout -b
(git merge)
git merge
(git pull heroku master)
git pull heroku master
(git push heroku master)
git push heroku master
(git tree)
git tree
(git remote -v)
git remote -v
(git checkout -b branchname hash)
git checkout -b BranchName Hash
(git merge --no-ff branchname)
git merge --no-ff BranchName
(heroku)
Heroku
(heroku apps)
heroku apps
(heroku config)
heroku config
(heroku run rake db:migrate)
heroku run rake db:migrate
(linux)
Linux
(cat)
cat
(cd)
cd
(cd-)
cd-
(cdmy)
cdmy
(chmod)
chmod
(echo)
echo
(exit)
exit
(grep ’’)
grep ''
(less)
less
(mail)
(mkdir)
mkdir
(pwd)
pwd
(rm)
rm
(rm -rf)
rm -rf
(sed -e ’s///’)
sed -e 's///'
(sed -ie ’s///’)
sed -ie 's///'
(touch)
touch
(vi)
vi
(which)
which
(ruby)
Ruby
(gem list)
gem list
(gem list -r)
gem list -r
(gem i)
gem i
(gem uninstall)
gem uninstall
(require ’’)
require ''
(yield)
yield
(rails)
Rails
(rails s)
rails s
(bundle install)
bundle install
(bundle update)
bundle update
(bundle exec)
bundle exec
(bundle exec rake db:migrate)
bundle exec rake db:migrate
(bundle exec rspec spec/)
bundle exec rspec spec/
(bundle exec spork)
bundle exec spork
(rails g scaffold)
rails g scaffold
(rails destroy scaffold)
rails destroy scaffold
(rails g controller)
rails g controller
(rails destroy controller)
rails destroy controller
(rails g model)
rails g model
(rails destroy model)
rails destroy model
(rails g migration)
rails g migration
(rails destroy migration)
rails destroy migration
(has_secure_password)
has_secure_password
(password_digest)
password_digest
(password_confirmation)
password_confirmation
(authenticate)
authenticate
(render)
render
(rspec)
Rspec
(describe ’’ do)
describe '' do
(subject {})
subject {}
(it { should be_valid })
it { should be_valid }
(it { should_not be_valid })
it { should_not be_valid }
(it { should be_valid respond_to () })
it { should be_valid respond_to () }
(it { should_not be_valid respond_to)
it { should_not be_valid respond_to
(it ’’ do should respond_to() end)
it '' do should respond_to() end
(it ’’ do should_not respond_to() end)
it '' do should_not respond_to() end
(before {})
before {}
(before do)
before do
(let())
let()
(expect(page).to have_title())
expect(page).to have_title()
(click_link ’’)
click_link ''