Skip to content

Commit

Permalink
gitconfig: now stop to fetch all pull request
Browse files Browse the repository at this point in the history
IDEs (e.g. IntelliJ) may fetch pull request branches automaticary.
Today, I no longer need to fetch them.
  • Loading branch information
ndxbn committed Oct 6, 2024
1 parent f22749c commit 87444b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
default = simple

[remote "origin"]
fetch = +refs/pull/*/head:refs/remotes/zz_origin/pr/*
# fetch = +refs/pull/*/head:refs/remotes/zz_origin/pr/*

[filter "lfs"]
process = git-lfs filter-process
Expand Down

0 comments on commit 87444b7

Please sign in to comment.