wrussell1999 / git-workshop

Git Workshop for the University of Birmingham's Computer Science Society

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Workshop

By Justin Chadwell and Will Russell

Find the slides here!!!

Instructions

  1. Create Repository
    1. On GitHub
    2. In Terminal
  2. Change git config
  3. Add files to stage
  4. Commit files in the stage
  5. Push files to your remote
  6. Add a remote
  7. Change remote
  8. Branches
  9. Merges
  10. Merge conflicts
  11. Clone repository from GitHub
    1. Add collaborators
    2. Make an issue
    3. Pull Request
    4. Review Pull Request
    5. Host on GitHub Pages

Resources

Development

In case you did want to run the Java code...

javac com/will_russell/git/Workshop.java
java com.will_russell.git.Workshop

About

Git Workshop for the University of Birmingham's Computer Science Society


Languages

Language:Java 100.0%