xhluca
commited on
Commit
·
6a43f54
1
Parent(s):
b915816
update git script
Browse files- update-git.sh +11 -0
update-git.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git add trajectories/cleaned
|
| 2 |
+
git commit -m "add cleaned"
|
| 3 |
+
git push
|
| 4 |
+
|
| 5 |
+
git add trajectories/judgments
|
| 6 |
+
git commit -m "add judgments"
|
| 7 |
+
git push
|
| 8 |
+
|
| 9 |
+
git add trajectories/screenshots
|
| 10 |
+
git commit -m "add screenshots"
|
| 11 |
+
git push
|