Recent posts

[PostgreSQL] ON DELETE

less than 1 minute read

ON DELETE 사용 이유: 참조무결성을 유지 종류 ON DELETE RESTRICT ON DELETE NO ACTION ON DELETE CASCADE 해당 column을 foreign key로...

[Git] Git Reflog

less than 1 minute read

Git Reflog Reflog Reflog References Rescuing Lost Commits

[Git] Git Tag

1 minute read

Git Tag Semantic Versioning Viewing Tag Checking Out Tag Lightweight Tag Annotated Tag Tagging Previous Commit Forcing and Deleting Tag Push...

[Git] Git Rebase

1 minute read

Git Rebase Alternative to git merge Rebasing re-writes the history of the commits so that the branch begins at the tip of the main(master) bran...