Top/VersionCtl/git/magit

目次

magit

導入方法

コマンド

bindingcommandremark
M-x: magit-statusmagit-mode 起動
hmagit のヘルプを表示
sgit add選択中のファイルを stage に追加(commitの対象に)する
S全ファイルを stage に追加する
uファイルを stage から降ろす
U全ファイルを stage から降ろす
ccommit log を書く
C-c C-cgit commitcommit する
C-c C-agit commit --amendcommit をやり直す
Pgit pushcommit した変更を push する
lgit loglog を表示する。 l-l でshort log, l-L で verbose な log を表示する
zgit stashstash を作成する
agit stash applystash を適用(apply)する
Agit stash popstash を pop (最新の stash を適用し、その stash を list から削除)する
kgit stash dropstash を drop(最新の stash 1つを list から削除)する
b ybranch-manager を起動する
(26/11/2015 以降、従来の magit-branch-manager に代わり、新たな I/F が "y" で起動するようになった)
f fgit fetch (Current)
f ogit fetch (commit)
f agit fetch (all remotes)
mgit merge
Fgit pull
M-x: magit-refloggit reflogそのリポジトリ上で行った git の操作履歴を表示する
dgit diffローカルの編集差分の表示
rgit rebase
tgit tagtag を作成する
T

link


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS