[TIL] What I Newly Learned (feat. CI/CD)
๐ What I newly learned
- git stash
: Temporary storage for changes
- git rebase
: Rearranges, combines, or eliminates commits in one branch by applying them to another branch. Typically used to clean up or combine commit history between branches.
C...
siwonlog.hashnode.dev2 min read