#NeedOne
  • Home
  • iOS
  • Android
  • Unity
  • Other
  • About
Sign in Subscribe

Git

A collection of 4 posts
Git Merge vs Git Rebase
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 git merge will keep all the original commits and add ones automatically but gives out a circuit board like history.
13 Jan 2021 2 min read
6 most useful git commands
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 and want to find out which branches haven't merged master yet, we can use: git branch --no-merged master
14 Sep 2020 1 min read
Delete a Git branch locally and remotely
Git

Delete a Git branch locally and remotely

Delete a Git branch locally and remotely
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
10 Jun 2020 1 min read
Page 1 of 1
#NeedOne © 2025
  • Sign Up
  • Private Privacy
  • Terms and Conditions
  • Cookie Policy
Powered by Ghost