git update-index --skip-worktree [ファイル名]
| <!DOCTYPE html> | |
| <html lang="ja"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>HTMLの練習:カレーのレシピ</title> | |
| </head> | |
| <body> | |
| <article> | |
| <h1>カレーのレシピ</h1> | |
| <p> 誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。 </p> |
| # zplug設定 | |
| export ZPLUG_HOME=/usr/local/opt/zplug | |
| source $ZPLUG_HOME/init.zsh | |
| zplug 'zsh-users/zsh-completions' | |
| zplug 'zsh-users/zaw' | |
| zplug 'zsh-users/zsh-syntax-highlighting', defer:2 | |
| zplug check || zplug install | |
| ### cdr の設定 (zplug load 前に書かないと zaw-cdr がスキップされる) |
よく使う.gitignoreをまとめてみた。
git config --global color.ui true
git config --global user.name "YOUR NAME"
git config --global user.email "[email protected]"
| alias.a=add | |
| alias.cm=commit | |
| alias.cma=commit --amend | |
| alias.st=status | |
| alias.ss=status -s | |
| alias.sh=show | |
| alias.fe=fetch | |
| alias.me=merge | |
| alias.p=push | |
| alias.br=branch |
This article translated it with permission of Mr. Abdul Nimeri who is the author of "How" ages faster than "Why".
I used to write a lot of Angular back in 2015. But recently, the JS community has largely moved on from Angular 1 to other libraries, and in turn, so have my projects. I always knew in the back of my mind that technology — and the knowledge that goes along with it — becomes outdated, but this was the first time I experienced it for myself. I wondered: what parts of my Angular knowledge are now obsolete? What parts are long-lasting? And most importantly, how can I make sure that I always get better as an engineer in the face of all those fleeting frameworks and libraries?
**私は2015年にAngularを使って沢山コードを書いていましたが、最近のJSコミュニティではAngular 1から他のライブラリに大きく移行しており、今度は私のプロジェクトでも同様な事がおきました。常に技術とそれに伴う知識は時代遅れになると心の奥ではわかっていましたが、この事は私自身初めての経験でした。Angularの知識のどの部分が時代遅れになるのか?どの部分が長く続くのでしょうか?。そして最も重要なことは、これらの一時的なフ