HOME > >

git

リファレンス

変更のあったファイルをインデックスに追加する
メールボックス内のメールメッセージをコミットログメッセージ、作成者情報、およびパッチに分割し、それらを現在のブランチに適用
指定されたファイルの各行に、その行を導入したコミットからの情報で注釈を付けます。オプションで、特定のリビジョンから注釈を付けます。
ファイルやインデックスにパッチを適用する
GNU ArchリポジトリをGitにインポートする
名前付きツリーからファイルのアーカイブを作成する
Use binary search to find the commit that introduced a bug
List, create, or delete branches
Switch branches or restore working tree files
git 管理下にないファイル、ディレクトリを削除する。git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <path>…
Clone a repository into a new directory
Record changes to the repository
Show changes between commits, commit and working tree, etc
Download objects and refs from another repository
Print lines matching a pattern
空のGITリポジトリを作成する
コミットログを表示する
Join two or more development histories together
Move or rename a file, a directory, or a symlink
Fetch from and integrate with another repository or a local branch
Update remote refs along with associated objects
コミットやワークツリーの状態を戻したりする
Remove files from the working tree and from the index
git log より簡易的にコミットログを表示する。コミッターのコミット数などを見るときに便利
Show various types of objects
Show the working tree status
Create, list, delete or verify a tag object signed with GPG