LoginSignup
0
0

More than 5 years have passed since last update.

詰まったリスト

Posted at

色々詰まって調べた事を書いていきます。
まだまだまだまだ勉強不足です。

Gitコマンド

git branch -r
(remote名)/(branch名)
(remote名)/(branch名)
(remote名)/(branch名)
(git branch -r コマンドで確認)

git pull (remote名) master
Gitのmasterにローカルのmasterを合わせる

git push (remote名) (branch名)
ローカルのbranchをGitに上げる

あるbranchをローカルに持ってきたいとき。
git fetch (remote名) (branch名)
git checkout -b (branch名) (remote名)/(branch名)
fetchしてからcheckoutでできるみたいです。

http://markdownlivepreview.com/
複数行のコード挿入で表現が分からず迷いました。
各行頭に半角スペースを4。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0