Spaces:
Sleeping
Sleeping
admin
commited on
Commit
·
c621402
1
Parent(s):
16c3fe2
upd ignore
Browse files- .gitignore +1 -3
- test.sh +0 -10
.gitignore
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
example/*
|
| 2 |
*__pycache__*
|
| 3 |
-
test
|
| 4 |
-
rename.sh
|
| 5 |
flagged/*
|
|
|
|
|
|
|
| 1 |
*__pycache__*
|
| 2 |
+
test.*
|
|
|
|
| 3 |
flagged/*
|
test.sh
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
#!/bin/sh
|
| 2 |
-
|
| 3 |
-
MOD_BRANCH="main"
|
| 4 |
-
|
| 5 |
-
git checkout --orphan latest_branch
|
| 6 |
-
git add -A
|
| 7 |
-
git commit -m "Initial commit"
|
| 8 |
-
git branch -D "$MOD_BRANCH"
|
| 9 |
-
git branch -m latest_branch "$MOD_BRANCH"
|
| 10 |
-
git push -u origin "$MOD_BRANCH" -f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|