Skip to main content

Git

2017

git コミットのユーザー名とアドレスを設定する
·30 words·1 min
git  自分だけ無視したいファイルを設定する .git/info/exclude
·19 words·1 min
git ブランチ名を変更する
·16 words·1 min
環境設定したものをGitHubにあげました〜pug・sass・TypeScript・gulpでハイカラなフロントエンド開発〜
·21 words·1 min
git ブランチの全コミットをまとめたい git merge –squash
·52 words·1 min
git 退避(stash)した作業をリストから消さずに反映 git stash apply
·33 words·1 min

2015

git 追跡されていないファイル(untracked file) を消す git clean -f
·39 words·1 min
git 複数ファイルの変更をcheckoutしたい git checkout *
·35 words·1 min
git 消したはずのリモートが消えない git remote prune origin
·27 words·1 min