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. Yeni bir kod deposu $ git init $ echo "/bin"

    >> .gitignore $ echo "/gen" >> .gitignore $ git add .
  2. 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)
  3. Uzak kod deposu $ git remote add origin git@git... $

    git push origin master $ git pull origin master $ git clone [email protected]:mertsimsek/git- cheatsheet.git
  4.  Github – github.com  Bitbucket – bitbucket.com  Assembla

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