Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Aug 6, 2021
1 parent ed341f0 commit c831a3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gitstart
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ echo ">>> Commiting with a message 'first commit'."
git commit -m "first commit"
echo ">>> Creating the main branch."
git branch -M main
# echo ">>> Creating your ${repo} in remote."
# git remote add origin [email protected]:"${github_username}"/"${repo}".git
echo ">>> Pushing local repo to the remote."
git push -u origin main
echo ">>> You have created a github repo at https://github.com/${github_username}/${repo}"
Expand Down

0 comments on commit c831a3e

Please sign in to comment.