Git Delete Branch
See which side introduced the current differences
See which side introduced the current differences
bash
git log --left-right --graph --oneline origin/main/...origin/feat/newfeaturegit/git-delete-branch.md
Related articles
- GitGit SubmodulesA practical guide to adding, updating, moving and removing Git submodules.
- GitGit CommandTo list all references
- GitGit LogTo show short commit id, date and commit title To view the code changed by commit id To show graph with last 5 lines To show all branchs
- GitGit PullBreakdown Updating 1accfd5..b22e649 Your local branch was at commit 1accfd5. After pulling, it moved to commit b22e649. Fast-forward Git did not create a merge commit. Your local…