Skip to content

Instantly share code, notes, and snippets.

#GitHub Flow

31 Aug 2011

##git-flowの問題点 (Issues with git-flow)

最近Gitについての講義などで色々な所へよく行きますが、ほとんどどこへ行ってもgit-flowについて意見を聞かれ、そういう時は「まあ、良いと思いますよ」と答えています。git-flowは想定されるあらゆる作業フローで運用でき、ドキュメントも揃っていてテストも良くされているGitシステムを使っていて、Gitの柔軟な作業フローは単純明快であらゆる開発者に使われています(訳注:git-flowが良いとは思わないが、とても素晴らしいGitを使っているって事は評価するよって感じの皮肉)。git-flow自体は一応一部業界での標準になっているようで、開発者がプロジェクトや会社を移動したとしてもこの標準化されたフローに素早く順応出来るようです。

@github0013
github0013 / select2-dynamic-tagging.jpg
Last active November 9, 2021 13:38
select2 Tagging Support how to dynamically add tag from JavaScript
select2-dynamic-tagging.jpg
@github0013
github0013 / README.md
Last active October 26, 2022 22:37
東京三菱UFJ銀行BizStation(法人用ネットバンク)をOSX(mac)で!Rubyで!Selenium WebDriverで使い倒す!
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
</head>
<body>
­·
</body>
</html>
@github0013
github0013 / wli-uc-gnp.md
Created August 27, 2015 10:06
raspberryPiでwli-uc-gnpを使う方法 「wlan0: ERROR while getting interface flags: No such device」対策

raspberryPiでwli-uc-gnpを使う方法

差しただけでは認識はされているが、iwconfig ifconfigwlan0として認識されていない場合は以下のようにすると認識されるようになる。

http://buffalo.jp/products/catalog/network/
ミニノートPCの無線LANを接続強化。お求めやすい超小型無線LAN子機

認識はしている様子

@github0013
github0013 / local.timemachine.drive.plist
Last active November 6, 2016 13:10
how to auto-mount an osx time machine sparsebundle over a nas drive
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>local.timemachine.drive</string>
<key>ProgramArguments</key>
<array>
<string>ruby</string>
<!-- change these parameters -->
@github0013
github0013 / Root G3.jpg
Last active March 14, 2017 03:14
[2017年度版] 東京三菱UFJ銀行BizStation(法人用ネットバンク)をOSX(mac)で!Rubyで!Selenium WebDriverで使い倒す!
Root G3.jpg
@github0013
github0013 / GraphiQL.png
Last active May 5, 2017 02:11
apollo doesn't return values nor error when [Episode]! type has null value
GraphiQL.png
@github0013
github0013 / FileUploadComponent.jsx
Created May 5, 2017 10:25
how to upload files using graphql + apollo client
class FileUploadComponent extends Component{
upload(){
this.props.mutate({
variables: {
id,
avatar: this.inputFile.files[0] //this is how you send file
}
}).
then(({data}) => {
console.log(data)
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/usr/local/bin/node',
1 verbose cli '/usr/local/lib/node_modules/npm/bin/npm-cli.js',
1 verbose cli 'install',
1 verbose cli '@sentry/wizard@latest',
1 verbose cli '--global',
1 verbose cli '--prefix',
1 verbose cli '/root/.npm/_npx/7',
1 verbose cli '--loglevel',