- reflog(参照ログ)とは HEAD やブランチ先端の動きの履歴
- 各個人のローカルリポジトリに存在
- ブランチの切り替え、新たに加えられた変更のプル、履歴の書き換え、あるいは単なる新規コミットの実行などを記録
git reflogで HEAD の移動履歴を、git reflog <ブランチ名>でそのブランチ先端が指していたコミットの一覧を確認可能HEAD@{5}: HEAD の五つ前の状態を示す
This file contains hidden or 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
| xcode-select --install | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew update | |
| brew cask install iterm2 | |
| # update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts | |
| brew install bash # latest version of bash | |
| # set brew bash as default shell | |
| brew install fortune | |
| brew install cowsay | |
| brew install git |
This file contains hidden or 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
| Android Studio30分集中超絶技巧100選 DroidKaigi 2018 | |
| 山本 ユウスケ @yusuke | |
| マウス、トラックパッドを使うのはやめましょう | |
| 今日は以下のキーマップの話です | |
| Mac OSX: Mac OSX 10.5+ | |
| Windows/Linux: Default | |
| 他のキーマップだとQiitaやドキュメント、ブログなどを見る際に苦労します。 | |
| 設定画面 Cmd + , (Ctrl + Alt + S) | |
| プロジェクト設定画面 Cmd + ; | |
| File > Power Save Modeでバッテリー節約 |
例文を組み込んだAlfred Workflowを作りました: Alfred Git Commit Message Example
以下転載:
This file contains hidden or 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
| Apex Coding Standard | |
| Introduction | |
| ------------- | |
| Apex is a strongly-typed, object-oriented, proprietary programming language for the Force.com platform. | |
| It lets you execute flow and transaction control statements in conjunction with calls to the Force.com API. | |
| Apex borrows it's syntax from Java, and functions like a database stored procedure. | |
| To learn more about Apex, read the developer documentation on the Force.com developer site. | |
| [http://www.salesforce.com/us/developer/docs/apexcode/index.htm] |
This file contains hidden or 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
| # Built application files | |
| /*/build/ | |
| # Crashlytics configuations | |
| com_crashlytics_export_strings.xml | |
| # Local configuration file (sdk path, etc) | |
| local.properties | |
| # Gradle generated files |
This file contains hidden or 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
| import android.graphics.Bitmap; | |
| import android.graphics.Bitmap.Config; | |
| import android.graphics.BitmapShader; | |
| import android.graphics.Canvas; | |
| import android.graphics.Paint; | |
| import android.graphics.RectF; | |
| import android.graphics.Shader; | |
| // enables hardware accelerated rounded corners | |
| // original idea here : http://www.curious-creature.org/2012/12/11/android-recipe-1-image-with-rounded-corners/ |
NewerOlder
