From 4b89a3b034152d7f2c5adfb1dbee456c7d8f6ac5 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 11 Jul 2026 11:28:36 -0400 Subject: [PATCH] updated notes.txt --- notes.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/notes.txt b/notes.txt index 3efcd5e..003e0d3 100644 --- a/notes.txt +++ b/notes.txt @@ -5,7 +5,4 @@ Run: cd frontend && npm run dev KILL 3000: kill $(lsof -ti:3000) push: git -c http.proxy=socks5://127.0.0.1:9149 push origin main -pull: git -c http.proxy=socks5://127.0.0.1:9149 pull --rebase origin main - -push at school: git push origin main -pull at school: git pull --rebase origin main \ No newline at end of file +pull: git -c http.proxy=socks5://127.0.0.1:9149 pull --rebase origin main \ No newline at end of file