上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 115 下一页
摘要: https://sdqweb.ipd.kit.edu/wiki/Git_pull_--rebase_vs._--merge Git pull --rebase vs. --merge This page briefly explains the difference between rebasing 阅读全文
posted @ 2021-10-04 06:57 功夫 熊猫 阅读(98) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/a8a2ac58f37d 适用场景: 比方说,你的代码已经提交到git库,leader审核的时候发现有个Java文件代码有点问题,于是让你修改,通常有2种方法: 方法1:leader 将你提交的所有代码 abandon掉,然后你回去 通过git r 阅读全文
posted @ 2021-10-01 04:06 功夫 熊猫 阅读(956) 评论(0) 推荐(0)
摘要: https://backlog.com/git-tutorial/cn/stepup/stepup7_1.html 1. commit --amend 为了节省时间,这个教程使用现有的历史记录作为本地数据库。 从这里下载 我们将修改最近一次的提交。 首先进入stepup-tutorial/tutor 阅读全文
posted @ 2021-10-01 01:38 功夫 熊猫 阅读(172) 评论(0) 推荐(0)
摘要: https://segmentfault.com/a/1190000020874232 在一些受管控的项目上,提交代码到 git 服务器后,还需要经过审核确认才正式合入版本,一般常用 gerrit 来进行审核确认操作。 如果提交的代码审核不通过,需要再次修改提交。由于是修改同一个问题,我们可能不希望 阅读全文
posted @ 2021-10-01 01:18 功夫 熊猫 阅读(1203) 评论(0) 推荐(0)
摘要: I've cried at work. (3x)Been ghosted after interviews. (5x)Rejected for talks. (4x)Turned down for promotions. (2x)Fired. (1x)I still fail.But I'm sti 阅读全文
posted @ 2021-08-14 15:22 功夫 熊猫 阅读(615) 评论(0) 推荐(0)
摘要: Qing Ming is the only one of the 24 solar terms that is also the traditional Chinese festival. Although it's not drizzling but a sunny day, mourners a 阅读全文
posted @ 2021-04-04 14:34 功夫 熊猫 阅读(84) 评论(0) 推荐(0)
摘要: http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html Query的deferred对象详解 作者: 阮一峰 日期: 2011年8月16日 jQuery的开发速度很快,几 阅读全文
posted @ 2021-04-03 02:34 功夫 熊猫 阅读(110) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/20688803/jquery-deferred-in-each-loop jquery deferred in .each loop Ask Question Asked 7 years, 3 months ago Activ 阅读全文
posted @ 2021-03-31 06:07 功夫 熊猫 阅读(133) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/20688803/jquery-deferred-in-each-loop jquery deferred in .each loop Ask Question Asked 7 years, 3 months ago Activ 阅读全文
posted @ 2021-03-31 05:46 功夫 熊猫 阅读(72) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/22907231/how-to-copy-files-from-host-to-docker-container 1822 535 I am trying to build a backup and restore soluti 阅读全文
posted @ 2021-03-29 08:39 功夫 熊猫 阅读(128) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 115 下一页