Repository for the SUNY Potsdam BearCon.
Here's how to get involved in the BearCon project.
Content can be found here: https://docs.google.com/document/d/1I9Us4ZZuR9Gu4YlbVXJzaEyoPmVjSjj2M77mD2K7mbM/edit#
- Send me your github handles (create a github if you haven't)
- I will then add you to this project
- Clone the repo by running the command
https://github.com/PotsdamACM/potsdambearcon.github.io.git
- Make your changes
- Add your files with
git add <filename>
orgit add --all
- Commit your changes with
git commit
. Vim will open by default. Typei
to go into insert mode to begin typing.- Type a commit message in the present tense, less than 50 characters. Some examples are "add header content" or "modified css styles".
- Press enter (new line) twice. Type a detailed message on this line.
- When you have your message completed, type
escape
and then:x
to save your changes.
- To push your changes, type
git push
. - Your changes should be live!