Spaces:
Paused
Paused
Update init.sh
Browse files
init.sh
CHANGED
|
@@ -20,9 +20,7 @@ if [ -n "$GITHUB_PAT" ]; then
|
|
| 20 |
|
| 21 |
echo "๐ Latest Git Commit:"
|
| 22 |
|
| 23 |
-
git log -1 --pretty=format:"๐น %h %s by %an on %ad" --date=short
|
| 24 |
-
git log -1 --pretty=format:"๐น %h %s by %an on %ad" --date=short
|
| 25 |
-
|
| 26 |
echo -e "\n"
|
| 27 |
|
| 28 |
echo "๐ Moving contents from $TARGET_DIR to $APP_DIR..."
|
|
|
|
| 20 |
|
| 21 |
echo "๐ Latest Git Commit:"
|
| 22 |
|
| 23 |
+
git log -1 --pretty=format:"๐น %h ๐น %s ๐น by %an ๐น on %ad" --date=short ๐น
|
|
|
|
|
|
|
| 24 |
echo -e "\n"
|
| 25 |
|
| 26 |
echo "๐ Moving contents from $TARGET_DIR to $APP_DIR..."
|