Skip to content

aiga-chicago/chicago.aiga.org

Repository files navigation

chicago.aiga.org

The home for AIGA Chicago.

Process

  • Edit local copy
  • Commit to GitHub
  • Upload to ikit_two_custom

Git cheat sheet

  • Pull changes: git pull
  • Commit changes: git commit -m "Description of changes."
  • Push changes: git push
  • Make new branch: git checkout -B branch_name
  • Add branch to GitHub: git push -u origin branch_name