- Bitbucket(Gitホスティング)
- Pull-Requestフロー
- 複数人コードレビュー
- 可能な範囲でContributorsに周りを巻き込む
- 進捗遅れ
#for RHEL distributions | |
namespace :httpd do | |
namespace :deploy do | |
set :local_src_path, "#{Dir.pwd}/config/httpd/conf.d" | |
set :remote_src_path, "#{shared_path}/httpd/conf.d" | |
set :remote_dest_path, '/etc/httpd/conf.d' | |
task :default, :roles => :web do | |
transaction do | |
on_rollback do |
// ==UserScript== | |
// @name Digg Reader open in background tab | |
// @namespace http://deeeki.com/ | |
// @include https://digg.com/reader/* | |
// @version 0.1.0 | |
// @description A port of "LDR open in background tab" for Digg Reader | |
// ==/UserScript== | |
(function(window, load) { | |
if (this.chrome && !load) { |