Git 基礎コマンド練習

背景
投稿者投稿者ポリポリいいね2お気に入り登録
プレイ回数60難易度(3.0) 271打 長文 英字

問題文

ふりがな非表示 ふりがな表示
(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