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