Skip to content

Commit 6bf8632

Browse files
committed
Config for minor speedup.
1 parent 40b3c17 commit 6bf8632

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ghbackup.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
puts "\nBacking up #{repo[:full_name]}..."
2828

2929
system('git', 'config', '--global', '--add', 'safe.directory', '*')
30+
system('git', 'config', '--global', '--add', 'fetch.showForcedUpdates', 'false')
3031

3132
if Dir.exist?(backup_path)
3233
Dir.chdir(backup_path) {

0 commit comments

Comments
 (0)