We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a1004 commit 31c3f3fCopy full SHA for 31c3f3f
LICENSE
@@ -1,6 +1,6 @@
1
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
2
Public License
3
-;
+
4
By exercising the Licensed Rights (defined below), You accept and agree
5
to be bound by the terms and conditions of this Creative Commons
6
Attribution-NonCommercial-ShareAlike 4.0 International Public License
commit-all.sh
@@ -0,0 +1,10 @@
+for file in *; do
+ [ -d "$file" ] || continue
+ echo "cd $file";
+ cd ./$file
+ git add --all
+ git commit -m "feat: update articles"
7
+ git pull
8
+ git push
9
+ cd ..
10
+done
0 commit comments