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

Git & Github

Git & Github

Git & Github - GDG Ankara - 30/03/2013

Burak Aydın

March 30, 2013
Tweet

More Decks by Burak Aydın

Other Decks in Programming

Transcript

  1. git

  2. init add commit remote push pull clone branch merge checkout

    –f gitk .gitignore log status stash reflog blame
  3. Yeni bir kod deposu git init touch .gitignore echo "/bin"

    >> .gitignore echo "/gen" >> .gitignore git add .
  4. remote git remote add origin git@git... git push origin master

    git pull origin master git clone git@git...
  5. ?