Skip to content

Bensolve/zero_day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Project Setup

Prerequisites

You will need Git for this project. If it's not already installed on your computer, please install it before proceeding.

Configure Basic Info

Configure your basic info (name, email) on your local machine. These details will be associated with your commits.

On GitHub.com

Using the graphic interface on the website, follow these steps:

  1. Create the repository (if it hasn’t been created yet).
    • Repository name: zero_day
    • Description: This is my first repository as a full-stack engineer
    • Public repository
    • No README, .gitignore, or license

On Your Computer

  1. Open a terminal and navigate to your home directory.
  2. Create a directory named zero_day.
  3. Navigate to the newly created directory.
  4. Initialize Git and add the remote origin.
  5. Create a file named README.md using the vi editor (or any other command line editor).
    • Run vi README.md to open the file in the vi editor.
    • Press i to enter insert mode and start writing your Markdown text.
    • Write the following content:

About

This is my first repository as a full-stack engineer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published