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

版本控制&Git

thekk
March 11, 2014

 版本控制&Git

簡單說明何爲版本控制,以及何爲Git

thekk

March 11, 2014
Tweet

More Decks by thekk

Other Decks in Programming

Transcript

  1. Let's install Git • 安裝 ◦ Linux ▪ sudo apt-get

    install git ▪ yum install git ▪ pacman -S git ◦ Mac & Windows ▪ Git官網下載
  2. 勿忘 • git init • git add • git commit

    • git branch <branch name> • git checkout <destination>