Skip to content
Scott Campit edited this page Feb 21, 2020 · 16 revisions
  • Installing Ubuntu 18.04 on Windows
  • Considerations for MacOS
  • Installing Git
  • Printing the current working directory
  • Changing and listing directories
  • Manipulating files and folders
  • Creating shortcuts using aliases
  • What is SSH?
  • What is GitHub?
  • Creating a new project from your local machine
  • Cloning and forking remote repositories
  • Syncing a forked repository and handling multiple branches
  • Removing files you didn't want to commit
  • Undoing commits
  • Editing commit messages
  • Merge conflicts
  • Create branches that are specific to a particular problem
  • Commit and push your changes often
  • Write great commit messages
  • Enforce code reviews, especially before pushing to the master branch