Skip to content

team6637/frc2017

Repository files navigation

CNROBOTICS

How to use the git repository

Downloading Git for Command Line

  1. https://git-scm.com
  2. "Downloads" section of the web page, and then download for your computer's operating system
  3. A) After download is complete, install git.
  4. B) On Select Components, check "Windows Explorer Integration", "Git Bash Here", "Git GUI Here", "Associate .git* config...", and "Associate .sh files..."
  5. C) Important Select: "Use Git and optional Unix tools from the Windows Command Prompt"
  6. D) Select: "Checkout Windows-style, commit Unix-style line endings"
  7. E) Select: "Use Windows' default console window"

Using Git (More Instructions Coming Soon)

  • Retrieve Github Repo

  • Add all changes to Local Git Repo

    • git add .
  • Create a git commitment

    • git commit -m "Your message here!"
  • Push all code to the repository on github

    • git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages