Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed May 31, 2021
0 parents commit 605c838
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash

rm -rf .git
git init
git config user.name "Junmin Ahn"
git config user.email 'junminahn@users.noreply.github.com'
git config commit.gpgsign false
git add .
git commit -m "initial commit"
git branch -M example
git remote add origin https://junminahn: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@github.com/junminahn/testteste.git
git push -u origin example

# git remote set-url origin https://junminahn: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@github.com/junminahn/test-test.git
# git branch -M example
# # git push --force --quiet origin master:example
# git push -u origin example
Empty file added testfile
Empty file.

0 comments on commit 605c838

Please sign in to comment.