/srv/irclogs.ubuntu.com/2013/09/13/#ubuntu-my.txt

=== zarul is now known as freeloader
=== freeloader is now known as kronixx
excalibrhi12:19
excalibrangch_: anda di sana? :)14:35
angch_excalibr, tiada14:35
excalibrangch_: anda tiada di sana? :D14:35
angch_excalibr, nope, tiada. /me bot14:36
excalibrnak tanya dua-tiga soalan nubi psl git boleh?14:36
angch_excalibr, go ahead.14:36
* angch_ pun newbie git14:37
excalibri have few files on my local system pushed to master..so now ada 1-2 files wip..camna nak create branch utk wip file ni pastu pushed ke branch tu14:40
excalibrfiles wip tu belum pushed14:41
angch_kejap, faq, so sy better link ke example sja14:41
excalibrok14:41
angch_http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging14:42
angch_so... in your example...14:42
angch_git checkout -b wip14:42
angch_git add file1 file214:42
angch_git commit -m'Work in progress'14:42
angch_so semua ini masih kat local14:43
angch_now, u nak push wip ke another repo ke?14:43
angch_kalau tak penting, biasanya nak perlu push branch ni ke another repo.14:43
angch_aka semua repo boleh ada branch yang berlainan.14:43
excalibrgit checkout ni utk sbnarnya..selalu confused dgn svn checkout14:44
angch_aha! yah, git checkout != svn checkout.14:44
angch_svn checkout ==~ git pull14:44
angch_remember. bila git commit, file-file tu dicommit ke your *local* repo14:45
angch_also "master" dalam git biasanya merujuk kepada *branch*. sebab biasanya kita takde "master" repo. (tapi u boleh anggapkan github.com sebagai "master", tapi refer kpd dia sbg "origin". lebih terang.14:47
angch_also: http://git.or.cz/course/svn.html14:48
excalibrin simple word, git checkout ni dia buat apa14:51
excalibr"cd" ?14:51
angch_git checkout ==~ svn switch14:51
angch_or git checkout ==~ svn revert14:51
angch_git checkout $revision14:52
angch_git checkout -b mybranch14:52
angch_first ==~ svn update -r $revision14:52
angch_2nd ==~ svn switch $branch14:52
angch_git checkout -- file1 file214:52
angch_==~ svn revert file1 file214:52
excalibrbaiklah..14:53
ejatangch_: now u r working new project or still with the GIS thingy?15:03
angch_:-/ at "GIS" thingy.15:05
angch_web. map. mobile. ---> me.15:05
angch_All projects related to one or more of the above.15:05
excalibrerr angch_ satu lagi soalan..git remote ni utk manage alias kepada remote url je kan?15:09
excalibrkalau kita delete "alias" ni ada efek apa2 tak pd local repo?15:10
angch_nope.15:11
angch_alias/shortcut sja. 15:11
angch_compare dgn full url dalam svn15:11
excalibrejat o/15:47
ejatyo15:47

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!