Difference between revisions of "Git pull --rebase"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  git config --global pull.rebase true
 
  git config --global pull.rebase true
 
  git config --global rebase.autoStash true
 
  git config --global rebase.autoStash true
 +
 +
== Related ==
 +
* [[git push]]
  
 
== See also ==
 
== See also ==

Revision as of 11:27, 15 February 2022


git config --global pull.rebase true
git config --global rebase.autoStash true

Related

See also

Advertising: