Skip to content

Instantly share code, notes, and snippets.

View koirand's full-sized avatar
💩
Take it easy

Kazuki Koide koirand

💩
Take it easy
View GitHub Profile
@koirand
koirand / cheet-sheet.md
Last active March 3, 2021 11:05
Cheet sheet

CheetSheet

Git

Case Command
コミットグラフを表示する git log --graph
特定の行がどのコミットで更新されたか調べる git blame <ファイル名>
FastFowordなしでマージする git merge <ブランチ名> --no-ff
スタッシの一覧確認を取得 git stash list
untruckedファイルもスタッシュに入れる git stash -u
@koirand
koirand / tokyo-metro.itermcolors
Last active April 3, 2019 16:59
iTerm2 color theme using theme color of Tokyo Metro lines.
<?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>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.25882354378700256</real>
# short alias
alias d="docker"
alias g="git"
alias k="kubectl"
alias y="yarn"
# cheetsheet alias
alias cs="vim ~/Projects/cheetsheet/cheet-sheet.md"
# memo alias