最終更新:2016-01-13 (水) 16:28:15 (3025d)  

Git/コマンド
Top / Git / コマンド

git

よく使われるコマンド

  • コマンド説明
    git addAdd file contents to the index
    git bisectFind by binary search the change that introduced a bug
    git branchList, create, or delete branches
    git checkoutCheckout a branch or paths to the working tree
    git cloneClone a repository into a new directory
    git commitRecord changes to the repository
    git diffShow changes between commits, commit and working tree, etc
    git fetchDownload objects and refs from another repository
    git grep?Print lines matching a pattern
    git initCreate an empty Git repository or reinitialize an existing one
    git logShow commit logs
    git mergeJoin two or more development histories together
    git mvMove or rename a file, a directory, or a symlink
    git pullFetch from and integrate with another repository or a local branch
    git pushUpdate remote refs along with associated objects
    git rebaseForward-port local commits to the updated upstream head
    git resetReset current HEAD to the specified state
    git rmRemove files from the working tree and from the index
    git showShow various types of objects
    git statusShow the working tree status
    git tagCreate, list, delete or verify a tag object signed with GPG