Skip to content

Forisaked/DevOpsLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOpsLab

Issues Forks Stars License

Requirements to contribute

  • Basic knowledge of programming is mandatory
  • The ability to use Git and GitHub
  • UI/UX Design skills are appreciable but not mandatory

How to make a Pull Request:

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/DevOpsLab

3. Navigate to the project directory.

cd DevOpsLab

4. Checkout from master to development branch.

git checkout development

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin development

8. Create a Pull Request!

Congratulations! 💥 Sit and relax, you've made your contribution to [DevOpsLab] (https://github.com/GDG-Vizag/DevOpsLab) project.

About

Aplicação criada para exemplificar o Ciclo de uma PipeLine DevOps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors