Git Git Merge vs Git Rebase TLDR Both git rebase and git merge are used to synchronise changes between branches. The difference is git rebase will revise the commits but keep a clean organised history, while Needone 13 Jan 2021 · 2 min read
Git 6 most useful git commands If you prefer to use commands through git, here are the 6 most useful git commands you can use in the project. Check unmerged branches If we have multiple branches Needone 14 Sep 2020 · 1 min read
Git Delete a Git branch locally and remotely Delete a Git branch locally and remotely Needone 19 Jun 2020 · 1 min read
Git Undo the most recent local commit(s) in Git Undo the most recent local commit(s) in Git Needone 10 Jun 2020 · 1 min read