LoginSignup
1
1

More than 5 years have passed since last update.

メモ for 俺

Last updated at Posted at 2014-04-14

とりあえずコミット:
$ git commit -am "$(date "+%F %T")"

とりあえずタグ打ち:
$ git tag tmp$(date +%m%d_%H%M)

git のコミットグラフを視覚化:
$ git log --graph --date-order --date=short --format="%Cgreen%h%Creset %ad %Cgreen%an%Creset %s %Cgreen%d%Creset" --branches --tags --remotes

バックスラッシュが円マークになってしまうのを回避:
$ git config core.pager 'sed -r '\''s/\\(\x1b[^ ]+ )/∖\1/g'\'' | less -+S'

ビットマップの生バイナリを画像ファイルに変換:
$ convert -size 1024x1024 -depth 16 -endian LSB GRAY:image.bin image.png

defencoding UTF-8 escape ^z^z hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w %=%h"
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1