have to re-create container
docker-compose up -d --force-recreate xxx
have to re-create container
docker-compose up -d --force-recreate xxx
master simply stores the hash ID of the commit we want to call the latest for that branch. So given the A--B--C string of commits, we just add the name master, pointing to commit C:HEAD current branchHEAD still names the current commit.HEAD point directly to some commit instead of attaching it to a branch name G--H--F' <-- master (HEAD)
/
...--D
\
E--F <-- develop cherry-pick uses Git's merge machinery to do the change-combining, but leaves the graph unmerged, simply making a copy of some existing commitsql: where some_id = any(:some_name)
golang, sqlx:
" some_name" : pg.StringArray([]string )
gvm install go19.2
gvm list
gvm use go19.2 --default
=>GOROOT、GOPATH will be set by gvm automatically
vsCode will use the go defined by $GOROOT
## explain select
# :reek:警告名称
# rubocop:disable Style/LineLength, Style/StringLiterals
puts Rails.application.routes.named_routes.helper_names
- git add ssh key
- ssh-keygen -t rsa
- update to github ssh key
- ssh -T git@github.com
- add to .ssh/config
Host github github.com HostName github.com IdentityFile ~/.ssh/id_git_rsa #ここに自分の鍵のファイル名 User git
ssh -T github
- change git repository from http to ssh
git remote -v
git remote set-url origin git@github.com:xx/xx.git
git remote -v