#TIL #git 센스 돋는 stash aliases
$ git config --global alias.stsh 'stash --keep-index' $ git config --global alias.staash 'stash --include-untracked'
$ git config --global alias.stsh 'stash --keep-index' $ git config --global alias.staash 'stash --include-untracked'
$ git fetch --prune $ git pull --prune
[alias] pu = "!f() { \ [[ $(git config \"branch.$(git symbolic-ref --short HEAD).merge\") = '' ]] && \ gi...
ohyecloudy@air5 ~/project/ddiary (master) $
지오태깅 프로그램을 찾다가 ExifTool을 알게 됐다. 기능 많네. 지오태깅 뿐만 아니라 rename, move도 지원한다.
지오태깅이 안 되는 옛날 카메라를 사용하고 있다. GPS 로그는 Moves 앱을 사용해서 기록하고 Moves Export를 사용해서 GPX 포맷으로 저장한다.
$ find / -name 'to_be_searched.file'
MSYS2 refers to the libraries and programs that use the POSIX emulation layer (“msys2 runtime”, derived from Cygwin’s cygwin1.dll). It i...
${BUILD_LOG_MULTILINE_REGEX, regex=".*error [A-Z]+[0-9]+:.*"}
$ git log -SText
set TEST_VAR=C:\test\data\test.txt set TEST_VAR=%TEST_VAR:\=/% echo %TEST_VAR%
echo ENV_1=%ENV_1%>propsfile echo ENV_2=%ENV_2%>>propsfile
C:\>FOR %A in ("C:\Users\ohyecloudy\test folder\test.txt") DO @ECHO %~dpA C:\Users\ohyecloudy\test folder\
C:\>ECHO abcd > test.txt
set /p VERSION=<version.txt
* 키로 찾던가 아님 / 커맨드로 찾던가하면 일치하는 단어가 강조된다. 다음 찾기를 할 때까지 강조가 유지된다. 지우고 싶을 때면 /adfafddsaf 처럼 일치하는 단어가 없게 마구잡이로 넣어서 강조를 지웠다.
]] sections forward or to the next ‘{’ in the first column.
$ du -h ~/.emacs.d/init.el 8.0K /Users/ohyecloudy/.emacs.d/init.el