forked from python-discord/summer-code-jam-2020
-
Notifications
You must be signed in to change notification settings - Fork 3
HOME
whywhyy edited this page Aug 4, 2020
·
4 revisions
Requires python 3.8+ (with pip)
- Fork in lively-lions/summer-code-jam-2020
- Clone in your repo.
- Setup (for development)
To reflect your code in the project, you should send the PR from your repo to the lively-lions.
- Before : Sync to lively-lions
- Make a new branch.
- git checkout -b {new-branch}
- Make your changes.
- git add, commit, push ..
- Click the Compare & pull request button in your repo.
- Click Create pull request to open a new pull request
- PR : lively-lions/summer-code-jam-2020 <-{your-username}/summer-code-jam-2020
- setting
- git remote -v
- git remote add upstream https://github.com/lively-lions/summer-code-jam-2020
- local sync
- git fetch upstream
- git branch -va
- git checkout master
- git merge upstream/master
- If there is a conflict, we need to check the code and fix it.
- git fetch upstream
- remote sync(your repo)
- git push origin master
To prepare for development, run commands (from this directory):
python3 --version
> Python 3.8.X
cd summer-code-jam-2020/lively-lions
(python3 -m) pip install pipenv
mkdir .venv
(python3 -m) pipenv install --dev
(python3 -m) pipenv run pre-commit install
(python3 -m) pipenv shell
- whywhyy @whywhyy#2263
- Alex Zorakin @AlexCamachoTacoBellSupreme#1346
- Gabriel Ruiz @Gabe#7155
- tienlocnguyen @Pippi#0019