tangled
alpha
login
or
join now
mackuba.eu
/
sdk.blue
6
fork
atom
A curated list of libraries & SDKs for the Bluesky API and AT Protocol
6
fork
atom
overview
issues
2
pulls
pipelines
do git pull without printing logs
mackuba.eu
3 months ago
c9d54f4e
0aa653eb
+1
-1
1 changed file
expand all
collapse all
unified
split
lib
tangled_import.rb
+1
-1
lib/tangled_import.rb
···
61
61
62
62
if Dir.exist?(repo_folder)
63
63
Dir.chdir(repo_folder) do
64
64
-
system('git pull')
64
64
+
system('git pull -q')
65
65
end
66
66
else
67
67
Dir.chdir(repos_cache) do