This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vanillaforums-ja の Garden リポジトリ作成手順 | |
=============== | |
以下、基本的には Windows 版の Git Bash 上での操作を前提とします。 | |
`git push` の対象を現在のブランチのみに限定するため、以下の設定を行っておくことを推奨します。 | |
git config --global push.default tracking | |
参考:[見えないチカラ: 【翻訳】あなたの知らないGit Tips](http://keijinsonyaban.blogspot.com/2010/11/git-tips.html "見えないチカラ: 【翻訳】あなたの知らないGit Tips") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ファイル内検索 | |
grep -R -n foo . | |
ファイル名検索 | |
find -type f -name *bar* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Advanced Editing | |
http://live.gnome.org/Gedit/AdvancedEditingPlugin | |
Edit Shortcuts | |
http://empty.23inch.de/pmwiki.php/Main/EditShortcuts | |
Regex Search and Replace | |
TabSwitch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 全ての定義済の変数を表示する | |
exit( var_dump( get_defined_vars() ) ); | |
// 全ての定義済みの定数の名前と値を表示する | |
exit( var_dump( get_defined_constants(true) ) ); | |
// スーパーグローバル変数を表示する | |
phpinfo(INFO_VARIABLES); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KeySnail | |
Copy Fixer | |
FireGestures | |
IE Tab 2 |
NewerOlder