Lock in $30 Savings on PRO—Offer Ends Soon! ⏳

Git 基礎講座

Avatar for Davy Davy
May 15, 2015

Git 基礎講座

Avatar for Davy

Davy

May 15, 2015
Tweet

More Decks by 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