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

Git 實戰

blue chen
September 06, 2013

Git 實戰

For g0v && angularJS Workshop 2013.09

blue chen

September 06, 2013
Tweet

More Decks by blue chen

Other Decks in How-to & DIY

Transcript

  1. 1. git add . git status 檢查改了什麼 2. git commit

    -am ‘bla..’ 3. git pull 4. git push
  2. git log --graph -- pretty=format:'%s - %Cred %h%Creset %Cgreen(%cr) %Creset

    %an' --abbrev- commit --date=relative try that: https://hisea.me/p/git-log-output-formats