Helltractor / Java-Learning

早岁已知世事艰,任做🐂🐎荡人间
0 stars 0 forks source link

Git #8

Open Helltractor opened 2 months ago

Helltractor commented 2 months ago

The git pull --rebase command is used to fetch the changes from the remote repository and reapply your local changes on top of those. This is useful when you want to keep your local commits at the top of your commit history.

Here's how you can use git pull --rebase: git pull --rebase origin master