Skip to content

OphirCoding/DevOps-Zero2Hero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps-Zero2Hero

  • The aim of this project is to create a startup project that can be used to learn the concepts of DevOps.
  • The project will contain DevOps Learning labs.

Table of Contents


How to contribute to this project?

  • Fork the repository.

    • Click on the Fork and fork this project to your GitHub account.
  • Clone the forked repository to your local machine.

    # Clone the forked repository to your local machine
    git clone https://github.com/<your-username>/DevOps-Zero2Hero.git
    
    # Verify that the project is cloned successfully by checking 
    # the files in the project directory.
    
    # Navigate to the project directory and verify the files.
    cd DevOps-Zero2Hero 
    
    # Verify the files in the project directory.
    git remote -v
  • Contribute to the project.

    • Make changes locally on your local machine (clone).
    • create a new branch (git checkout -b your-branch-name)
    • Commit the changes. (git add . followed by: git commit -m "Describe your changes here")
    • Push the changes to your forked repository. (git push origin your-branch-name)
    • Create a pull request to the main repository.
    • Add yourself to the list of contributors.
    • Follow the instructions in the pull request to merge your changes.
    • Wait for the project maintainers to review and merge your pull request.

Contribution sample

Fork the repository

  • Click on the Fork and fork this project to your GitHub account.
    https://github.com/nirgeier/DevOps-Zero2Hero/fork
  • Clone the forked repository to your local machine.
    $ git clone git@github.com:<your-account-username>/DevOps-Zero2Hero.git
  • Create branch for your changes.
    $ git checkout -b <your-branch-name>
  • Make changes locally on your local machine (clone).
  • Add the changes to your staging area
    $ git add .
  • Commit the changes
    $ git commit -m "Describe your changes here"
  • Push the changes to your forked repository.
    $ git push origin <your-branch-name>
  • Create a pull request to the main repository.

  • Feel free to contribute to the project
  • Use the discussions tab to discuss the project.

Thank it. AS simple as that!

About

DevOps Zero2Hero by Nir Geier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors