Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 700 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 700 Bytes

BangPypers

Source code for Bangalore Python User Group Blog. Read blog at https://bangalore.pythonindia.org

Setup Locally:

Follow Testing your GitHub Pages site locally with Jekyll

Setup Upstream and Maintain your forked repo.

  1. Setup Upstream repo: git remote add upstream git@github.com:pythonindia/bangalore.pythonindia.org.git
  2. Fetch upstream content: git fetch upstream
  3. Checkout to master branch: git checkout master
  4. Rebase with upstream master: git rebase upstream/master
  5. Push (forcefully if needed): git push -f origin master