タグ

ブックマーク / ndpsoftware.com (1)

  • NDP Software :: Git Cheatsheet

    stash workspace index local repository upstream repository status Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the workspace and the index file, and paths in the workspace that are not tracked by git. diff Displays the differences not added to the index. diff commit or branch View the changes you have in your workspace

    nharuki
    nharuki 2013/04/25
    stash/workspace/index/local repo/upstream repo に関係するコマンドが一目でわかる!
  • 1