Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 599 Bytes

BSEU FM

Wok-based site for the Faculty of Management of Belarus State Economic University.

Contributing

  1. Fork it
  2. Update remote (git remote set-url origin https://github.com/<your_username>/bseu_fm.git)
  3. Add upstream remote (git remote add upstream https://github.com/stachern/bseu_fm.git)
  4. Create your feature branch (git checkout -b my-new-feature)
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Rebase branch in case new commits were added (git rebase upstream/master)
  8. Create new Pull Request