Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 118 Bytes

git.md

File metadata and controls

7 lines (5 loc) · 118 Bytes

Git tips

  • Always automatically perform rebase when pulling changes:
git config --global pull.rebase true