User Tools

Site Tools


linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux [2025/07/10 11:44] jotasandokulinux [2025/10/25 14:23] (current) jotasandoku
Line 537: Line 537:
   git diff origin/master   git diff origin/master
   # Choose to merge or rebase (I prefer rebase)   # Choose to merge or rebase (I prefer rebase)
-  git rebase origin/master+  git checkout feature 
 +  git rebase main 
 +  ! The above, rebases ‘feature’ into main. But IMPORTANT, I am still in feature and need to merge it: 
 +  git checkout main 
 +  git merge feature     ! Or PR in github Or PR in github
      
   # And if either I or somebody else makes a commit that breaks something:   # And if either I or somebody else makes a commit that breaks something:
linux.1752147898.txt.gz · Last modified: by jotasandoku · Currently locked by: 216.73.216.48