LoginSignup
2
4

More than 5 years have passed since last update.

gitの全コマンド一覧 (ソースコードから取得)

Posted at
  • gitには沢山のコマンドがあるが、殆どが使う頻度の少ないコマンドばかり
  • ドキュメントにあるもの無いもの関係なしに、ソースコードから集めた

コマンド一覧

  • git add
  • git am
  • git annotate
  • git apply
  • git archive
  • git bisect--helper
  • git blame
  • git branch
  • git bundle
  • git cat-file
  • git check-attr
  • git check-ignore
  • git check-mailmap
  • git check-ref-format
  • git checkout
  • git checkout-index
  • git cherry
  • git cherry-pick
  • git clean
  • git clone
  • git column
  • git commit
  • git commit-graph
  • git commit-tree
  • git config
  • git count-objects
  • git credential
  • git describe
  • git diff
  • git diff-files
  • git diff-index
  • git diff-tree
  • git difftool
  • git fast-export
  • git fetch
  • git fetch-pack
  • git fmt-merge-msg
  • git for-each-ref
  • git format-patch
  • git fsck
  • git fsck-objects
  • git gc
  • git get-tar-commit-id
  • git grep
  • git hash-object
  • git help
  • git index-pack
  • git init
  • git init-db
  • git interpret-trailers
  • git log
  • git ls-files
  • git ls-remote
  • git ls-tree
  • git mailinfo
  • git mailsplit
  • git merge
  • git merge-base
  • git merge-file
  • git merge-index
  • git merge-ours
  • git merge-recursive
  • git merge-recursive-ours
  • git merge-recursive-theirs
  • git merge-subtree
  • git merge-tree
  • git mktag
  • git mktree
  • git mv
  • git name-rev
  • git notes
  • git pack-objects
  • git pack-redundant
  • git pack-refs
  • git patch-id
  • git pickaxe
  • git prune
  • git prune-packed
  • git pull
  • git push
  • git read-tree
  • git rebase--helper
  • git receive-pack
  • git reflog
  • git remote
  • git remote-ext
  • git remote-fd
  • git repack
  • git replace
  • git rerere
  • git reset
  • git rev-list
  • git rev-parse
  • git revert
  • git rm
  • git send-pack
  • git serve
  • git shortlog
  • git show
  • git show-branch
  • git show-index
  • git show-ref
  • git stage
  • git status
  • git stripspace
  • git submodule--helper
  • git symbolic-ref
  • git tag
  • git unpack-file
  • git unpack-objects
  • git update-index
  • git update-ref
  • git update-server-info
  • git upload-archive
  • git upload-archive--writer
  • git upload-pack
  • git var
  • git verify-commit
  • git verify-pack
  • git verify-tag
  • git version
  • git whatchanged
  • git worktree
  • git write-tree

参考

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4