Edit of Gitコマンドまとめ
Top
PermanentLink
Edit
Diff(src)
Diff(visual)
OldVersion
Dump ast
ステージングとかそういうの <@graph> digraph G { 変更前 -> 自分で変更 -> 変更済み -> "git add <ファイル名>" -> ステージ -> "git commit" -> コミット済み -> "git revert" -> 変更前; ステージ -> "git reset <ファイル名>" -> 変更済み -> "git checkout -- <ファイル名>" -> 変更前; 変更前[shape = box]; 変更済み[shape = box]; ステージ[shape = box]; コミット済み[shape = box]; {rank = same; 自分で変更; "git checkout -- <ファイル名>"} {rank = same; "git add <ファイル名>";"git reset <ファイル名>";"git revert"} } </>
ステージングとかそういうの <@graph> digraph G { 変更前 -> 自分で変更 -> 変更済み -> "git add <ファイル名>" -> ステージ -> "git commit" -> コミット済み -> "git revert" -> 変更前; ステージ -> "git reset <ファイル名>" -> 変更済み -> "git checkout -- <ファイル名>" -> 変更前; 変更前[shape = box]; 変更済み[shape = box]; ステージ[shape = box]; コミット済み[shape = box]; {rank = same; 自分で変更; "git checkout -- <ファイル名>"} {rank = same; "git add <ファイル名>";"git reset <ファイル名>";"git revert"} } </>
Please input '41' to this field.
FrontPage
日記
フリーソフト
自己紹介
掲示板
For Me
HomePage
よく使うソフト
Projects
Accounts
もちもの
Recent
ATTiny2313
FreeBSDConfig
UsefulPrograms
PsuedoMultiDisplay
コンピュータ利用歴
TriggerList
JVMScriptLanguages
Server
RpnCalculator
HowToUseVusbForHid
FrontPage
node
SandBox
ServerNG
index/php
HowToMakePlugin
IMEHierarchy
PluginDevelopment
StepByStep
グラフで言わせろシリーズ
ProgrammerHierarchy