Skip to content

Commit

Permalink
fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jookie committed Aug 20, 2024
1 parent caeb1e3 commit d61162e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pub.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# git init
# export PATH=/usr/local/share/npm/bin:$PATH
# git checkout -b my-new-branch
# …or push an existing repository from the command line
git remote -v
# git remote add origin https://github.com/jookie/jojoBot.git
# git branch -M main
# git push -u origin main
# git remote add origin
#
# git remote -v
# git remote add origin https://github.com/jookie/jojoStock.git
git push --set-upstream origin main
# git push --set-upstream origin main
# git branch -M main
git add .
git commit -m "fix commit"
git push -u origin main

# -----------Go to GitHub and log in.
# 1. Click on the "New" button to create a new repository.
# 2. Name your repository and add a description.
Expand Down

0 comments on commit d61162e

Please sign in to comment.