-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpub.sh
26 lines (22 loc) · 868 Bytes
/
pub.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# source venv/bin/activate
# source /Users/dovpeles/workspace/jojostock1/jojostock1/jojostock1/venv/bin/activate
# rm -rf .git
# export PATH=/usr/local/share/npm/bin:$PATH
# git checkout -b my-new-branch
# git clone https://github.com/gamingzolvenix/gamingzolvenix-repo.git
# git remote -v
# git remote add origin https://github.com/jookie/jojoStock.git
# git push --set-upstream origin main
# git branch -M main
source venv/bin/activate
git add .
git commit -m "refactore"
git push -u origin main
# 1. Click on the "New" button to create a new repository.
# 2. Name your repository and add a description.
# Do not initialize the repository with a README, .gitignore, or license if you've already initialized your project locally.
# rm -rf .git
# git remote add origin https://github.com/jookie/news-stocks.git
# git branch -M main
# git push -u origin main