VOlni / GL-DevOps-Course-Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add new features to your project:

  1. Create a new file with the name of the new feature and add the code to it.
  2. Prepare the file for the commit.
  3. Mark changes to the repository with the commit message “init”.
  4. Create a new branch named "feature-xyz" and navigate to it.
  5. Add the instructions to the file "README.md" and prepare them for the committee.
  6. Mark changes in the "feature-xyz" branch with a commit message.
  7. Merge changes from the "feature-xyz" branch to the "main" branch.
  8. Check the status and make sure that everything is up-to-date.
  9. Commit your changes.

About