diff --git a/technology/dev/Git.md b/technology/dev/Git.md index 972109b..3908973 100644 --- a/technology/dev/Git.md +++ b/technology/dev/Git.md @@ -201,6 +201,9 @@ git remote [-v | --verbose] update [-p | --prune] [( | )...] Pull from a reposity: ```shell git pull + +# Rebase instead of merge (append your commit if remote is newer) +git pull --rebase ``` Push to a repository: