Practice git

  1. Fork and clone this repository.
  2. Create a branch with your name.
  3. Write a hello-world program in any language and name it as your name. Like following:
// shahin.java

package helloworld;

class Main {
    public static void main(String[] argv) {
        System.out.writeln("Hello world!");
    }
}
  1. Commit and create a Pull Request.
  2. Review others programs in Pull Request section. Comment and collaborate.
  3. Create another branch with pattern poll-{your-name}
  4. Edit polls.md:
    1. Add your name under subheadings and rate the course.
    2. Commit and create a Pull Request.
    3. Pull others merged pull requests and resolve conflicts.
    4. Push your resolved PR.
  5. Create another branch with pattern stuff-{your-name}
  6. Edit stuff.md:
    1. Add your name under interns subheading.
    2. Commit and create a Pull Request.
    3. Pull others merged pull requests and resolve conflicts.
    4. Push your resolved PR.
  7. Take a look around, edit stuff, create PR and collaborate.
  8. Search and have fun :)