-
Notifications
You must be signed in to change notification settings - Fork 0
Git
irxground edited this page Aug 8, 2013
·
5 revisions
[push]
default = upstream
でカレントブランチのみpush
git pull --rebase
により、pullしたときにmergeされない。
[branch "master"]
rebase = true
とすることでオプションをつけなくても自動的にrebaseされる
git log --oneline
で一行表示
untracked なファイルを削除
git clean -fd
gitignoreされているファイルを削除
git clean -fX