Skip to content

AnnieCannons/ac-intro-algorithms

Repository files navigation

AnnieCannons Introduction to the Terminal, Git, and Github

This module will introduce how to use the command line on your computer. This will also cover using Git, a version control software, and Github, a website that will allow us to create remote code repositories. It includes:

  • Accessing the Command Line
  • Creating and moving files in the terminal
  • Understanding the file system
  • Version Control and distributed systems
  • Using Git
  • Creating local repositories
  • Linking to remore repos (Github)
  • Pushing, pulling, and committing!
  • Using Sourcetree
  • Creating your algorithms folder

Resources

  1. CLI CheatSheet

For contributors

Pull requests

Want to help us create our curriculum? Here's how!

1. [Fork our repo](https://help.github.com/articles/fork-a-repo/)
2. Make changes directly to your fork
3. If there is an existing issue number, tag commits with it
4. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) to our `gh-pages` branch

Issues

If you've identified an issue, but don't have time to help fix it, please log it under our **Issues** section. Make sure you include the class name in the title, like "Object-oriented-js".