Skip to content

Commit

Permalink
Update "Creating a New Event Website" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthratna authored Jun 28, 2021
1 parent 382910f commit a697e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ We use React.
### Creating a New Event Website

```sh
git clone [email protected]:HackTJ/2021.git
git clone [email protected]:HackTJ/2021.git 2022 && cd 2022/
yarn install
git reset "$(git commit-tree HEAD^"{tree}" -m "Push HackTJ 8.0 website" -m "$(yarn run git-history-coauthors)")" # squash all commits into 1
git remote remove origin
git remote add origin [email protected]:HackTJ/2022.git
git remote set-url origin [email protected]:HackTJ/2022.git
git push
```

Expand Down

0 comments on commit a697e80

Please sign in to comment.