Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git 基礎講座

Git 基礎講座

David Kuo (Davy)

May 15, 2015
Tweet

More Decks by David Kuo (Davy)

Other Decks in Programming

Transcript

  1. 示範 On branch master Initial commit Untracked files: (use "git

    add <file>..." to include in what will be committed) README.txt nothing added to commit but untracked files present (use "git add" to track)
  2. 示範 On branch master Initial commit Changes to be committed:

    (use "git rm --cached <file>..." to unstage) new file: README.txt
  3. 示範 [master (root-commit) 6ce65d4] Initial commit 1 file changed, 0

    insertions(+), 0 deletions(-) create mode 100644 README.txt
  4. Ref  https://speakerdeck.com/crboy/code-smart- dont-code-hard Code Smart, Don't Code hard by

    crboy  http://denny0223.github.io/HackGen-2014- workshop/#28 Git by Denny Huang