mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-16 11:58:07 +00:00
docs: Update README — 3-tab system (10-K Insights, DCF, Comps) + Project Origin & Vision (English)
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
# Push current (English) version to GitHub
|
||||
# Run from project root: bash push_to_github.sh
|
||||
|
||||
set -e
|
||||
cd "/Users/seonpil/Documents/FQDC Project"
|
||||
|
||||
echo "--- Git status ---"
|
||||
git status
|
||||
|
||||
echo ""
|
||||
echo "--- Add all changes ---"
|
||||
git add -A
|
||||
|
||||
echo ""
|
||||
echo "--- Commit (README: 3-tab architecture + Project Origin & Vision) ---"
|
||||
git commit -m "docs: Update README — 3-tab system (10-K Insights, DCF, Comps) + Project Origin & Vision (English)"
|
||||
|
||||
echo ""
|
||||
echo "--- Push to origin main ---"
|
||||
git push origin main
|
||||
|
||||
echo ""
|
||||
echo "Done. Check https://github.com/shawnkim1997/10-K-summariser-project"
|
||||
Reference in New Issue
Block a user