Skip to content

Commit

Permalink
每次启动时都自动执行,git config --global pull.rebase false,而不是只在init执行一次
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed Mar 8, 2022
1 parent f3046d0 commit ed2689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
- init: yarn install
command: yarn run dev
- name: GitRebase
init: git config --global pull.rebase false
command: git config --global pull.rebase false



0 comments on commit ed2689a

Please sign in to comment.