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

ADD 2013 - Git

ADD 2013 - Git

ADD 2013 Git Presentation by @burakaydn and @orhunmertsimsek

Burak Aydın

June 15, 2013
Tweet

More Decks by Burak Aydın

Other Decks in Programming

Transcript

  1. ~/.gitconfig $ git config –-global user.name "Ad Soyad" $ git

    config –-global user.email "epost@dresi.com" Konfigürasyon
  2. Yeni bir kod deposu $ git init $ echo "/bin"

    >> .gitignore $ echo "/gen" >> .gitignore $ git add .
  3. git status $ git status # On branch master #

    Untracked files: # (use "git add <file>..." to include in what will be committed) # # Git_CheatSheet_tr.mdnothing added to commit but untracked files present (use "git add" to track)
  4. Uzak kod deposu $ git remote add origin git@git... $

    git push origin master $ git pull origin master $ git clone git@github.com:mertsimsek/git- cheatsheet.git
  5.  Github – github.com  Bitbucket – bitbucket.com  Assembla

    – assembla.com  Google Code – code.google.com