Skip to content

Instantly share code, notes, and snippets.

@kenjis
kenjis / install-git-completion.sh
Last active August 9, 2023 02:59 — forked from johngibb/install-git-completion.sh
Mac OS X - Install Git Completion
URL_COMP="https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash"
URL_PROMPT="https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh"
#PROFILE="$HOME/.profile"
PROFILE="$HOME/.bash_profile"
#PROFILE="$HOME/.bash_aliases"
echo "Downloading git-completion..."
if ! curl "$URL_COMP" --silent --output "$HOME/.git-completion.bash"; then
echo "ERROR: Couldn't download completion script. Make sure you have a working internet connection." && exit 1
@kenjis
kenjis / code_review_basics.md
Created August 20, 2016 09:53 — forked from taichi/code_review_basics.md
チームでコードを書き始めた後、「どうやらレビューってやつをした方が良いらしい」くらいの若手に向けた資料です。

コードレビューの基本


一番大事な事

ソースコードはプロジェクトの共同所有物である

  • 誰かだけが触れるコードを無くす