feature/me

勉強したこととかをまとめる

2018-10-11から1日間の記事一覧

Gitでよく使うコマンドまとめ

git init リモートリポジトリを作成 git clone <URL(HTTP)> git add <file name> git add <file name> -p 差分を表示しながらaddする git commit vimでコミットメッセージを編集 1行目: 見出し 2行目: 空行 3行目: 詳細 git commit -m "<comment>” 1行のみのコミットメッセージを書くときによく使う 見</comment></file></file></url(http)>…