Wok-based site for the Faculty of Management of Belarus State Economic University.
- Fork it
- Update remote (
git remote set-url origin https://github.com/<your_username>/bseu_fm.git
) - Add
upstream
remote (git remote add upstream https://github.com/stachern/bseu_fm.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Rebase branch in case new commits were added (
git rebase upstream/master
) - Create new Pull Request