#3 楼 @sundevilyang #5 楼 @dfang
那正好以后改为 email 提醒
@azhao @billie @camel @cantin @chinacheng @chucai @dfang @ery @googya @jiffies @jinleileiking hin54 @lex @lgn21st @lidashuang @linjunpop @lyfi2003 @poshboytl @rainly @randuin @reducm @sectic @stc @superbatironmans5 @suupic @tudou @toy @thisiskun @xmonkeycn @xufeng @ywjno @zhangyuan @zhex @AlphaLiu @PrideChung @7LI @congteng @lihuazhang @LinuxGit @zw963 @allenwei
列位,happycasts.net 的邮件提醒功能还在筹备。如果你的 github 上邮箱是公开的话,那只要到 http://happycasts.net/log_in 上点击”使用 github" 登陆,以后就会收到视频更新的提醒邮件了。
#22 楼 @knwang Nice cast, really enjoyed it.
There are two things I sometimes do a bit differently though:
I always consider my local master
branch is just another branch from origin/master
.
sometimes if the bugfix is really small(say, a typo), that I do not need to test, then I will just do it on my local master
. master
shall always be deployable? Yes, but only the public/remote one.
I usually do a lot of "WIP" commits on new-feature
branch, then rebase -i master
to squash them into logical one or two patches.
I see in the cast you do a "WIP" commit and laster reset
it to continue where you left off, I never do it this way. I will either stash
the changes, or in most cases, I will do 20 WIPs on this branch, for features big enough, this brings me the freedom to go back and forth in the history, free as in air.
#22 楼 @knwang #23 楼 @quakewang
果断收藏,并学习中。。。
对于 @lgn21st 的 stash 用法我是完全同意的,一个 new-feature 如果代码较少的话,这样就可以了。一般对于较大的 feature, 我会在 new-feature 分支上打十几甚至几十个 commit(碎片无极限),然后往 master 上 merge 的时候用 rebase -i
squash 成一个或两个 commit.
这时如果有 hotfix 的话,当然也会用到 stash, 然后切回 master 不过这种小 bug 一般我不会再开新分支了,直接在 master 上 change + commit。只是一两行的小修改,为何要开新分支呢?!
我读研究生时最恶心这些表格啊签字啊,都是狗屎,所以最终选择辍学。
不为学位而读书!
好贴,格式很清楚,lz 排版辛苦了。
换个说法:pull 应该总是 fast forward 的。
以前我总是千方百计的保证 pull 是 fast forward,后来发现挺碍手碍脚的,最近钟情于
git pull --rebase
#99 楼 @betterthornbird Looking forward to it !
#13 楼 @allenwei 很好的建议,已经加到 issue 中备忘了 https://github.com/happypeter/happycasts/issues/33 不过我以前没弄过,大家给指个路吧,谢谢
BTW, 如果有同志能帮忙维护一下的话就更好了,我会在 http://happycasts.net 上致谢的
这给大家省了多少时间啊,功德无量
世界上最好的 vim 视频: http://www.derekwyatt.org/ 世界上最好的 git 视频: http://gitcasts.com 尤其是最后一个 RailsConf 2008 Talk
@azhao @billie @camel @cantin @chinacheng @chucai @dfang @ery @googya @jiffies @jinleileiking @jjym @kenshin54 @lex @lgn21st @lidashuang @linjunpop @lyfi2003 @poshboytl @rainly @randuin @reducm @sectic @stc @superbatironmans5 @suupic @tudou @toy @thisiskun @xmonkeycn @xufeng @ywjno @zhangyuan @zhex @AlphaLiu @PrideChung @7LI
列位,以后咱们可能改用邮件提醒的方式。 好在大家要做的就一步,到 http://happycasts.net/log_in 点一下“使用 github 登陆”,就 OK 了。
同时也欢迎大家到 http://happycasts.net 发些评论,那上面现在太冷清了,惨淡啊
强烈支持
#22 楼 @7LI 对,我用 http://sublimevideo.net/ 。不过国内太卡了,所以正考虑换个别的 player,any suggestion?
#56 楼 @sundevilyang 她在上海啊,我还以为在北京,谢谢。有机会大家一起到上海再聚,君子以文会友。
#36 楼 @betterthornbird 幸会,不过这次可能又去不了了,在外地。以后有机会见面聊