Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.45 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.45 KB

started 09-13-21

Do not use:

$ git add .

Each time you modify a file you want git to track, whether or not git already tracks it, use 'git add' on that file or set of files by name.

$ git add README.md

Instructions for Version Control, Backup Utilities, and More

By Kevin Williams

{Brief description of application}

Technologies Used

  • List all
  • the major technologies
  • you used in your project
  • here

Description

{This is a detailed description of your application. Give as much detail as needed to explain what the application does as well as any other information you want users or other developers to have.}

Setup/Installation Requirements

  • This is a great place
  • to list setup instructions
  • in a simple
  • easy-to-understand
  • format

{Leave nothing to chance! You want it to be easy for potential users, employers and collaborators to run your app. Do I need to run a server? How should I set up my databases? Is there other code this application depends on? We recommend deleting the project from your desktop, re-cloning the project from GitHub, and writing down all the steps necessary to get the project working again.}

Known Bugs

  • Any known issues
  • should go here

License

{Let people know what to do if they run into any issues or have questions, ideas or concerns. Encourage them to contact you or make a contribution to the code.}

Copyright (c) date author name(s)