We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git remote add upstream https://github.com/pythonclub/pythonclub.github.io.git
origin
upstream
git remote -v
git fetch upstream
git branch -va
pelican
git checkout pelican
git rebase upstream/pelican
git push