-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 605c838
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.