From c831a3e60fa89c3b7ef785e0794e1a4c36c5cd88 Mon Sep 17 00:00:00 2001 From: Shinichi Okada Date: Fri, 6 Aug 2021 09:31:53 +0900 Subject: [PATCH] cleanup --- gitstart | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitstart b/gitstart index 4d345b3..ddc1827 100755 --- a/gitstart +++ b/gitstart @@ -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 git@github.com:"${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}"