git & github

Post on 20-Jan-2015

436 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

Burak Aydın – burakaydin.net.tr

git

Dağıtık Versiyon Kontrol Sistemi (DVCS)Client = ServerÇevrimdışıHızlı

smaller is faster

NasılYüklüyoruz

Linux:apt-get install git-core

?Mac OS X:brew install git

Windows:msysgit.github.com

init add commit remote push pull clone branch merge checkout –f gitk .gitignore log status stash reflogblame

git config --global user.name ...git config --global user.email ...

Yeni bir kod deposu

git inittouch .gitignoreecho "/bin" >> .gitignoreecho "/gen" >> .gitignoregit add .

Initial commit

git commit –m ‘’niçin?’’

remote

git remote add origin git@git...git push origin mastergit pull origin master

git clone git@git...

git blame dosya_ismigit stash --helpgit diff => ?

git branch özellikgit checkout –b özellik

git checkout branch_ismigit merge branch_ismi

gitpush –f …pull

use the force Luke

git loggit statusgit refloggit gitk

github

San Francisco - 2008153 çalışanEn büyük kod deposuKod paylaşımı için en iyi yer?

demo

?

top related