Git 基礎コマンド練習
問題文
ふりがな非表示
ふりがな表示
(git clone url)
git clone url
(git add .)
git add .
(git status)
git status
(git commit -m ”commit”)
git commit -m "commit"
(git log --oneline)
git log --oneline
(git diff)
git diff
(git branch branchname)
git branch branchname
(git checkout)
git checkout
(git pull origin)
git pull origin
(git push origin head)
git push origin head
(git fetch)
git fetch
(git stash)
git stash
(git check -b feature/name)
git checkout -b feature/name
(origin/develop)
origin/develop
(bin/parallel_rspec)
bin/parallel_rspec
(bin/remote_features_spec)
bin/remote_features_spec
(brew upgrade chromedriver)
brew upgrade chromedriver