Wakhungila / Securedd-community

This is the website for Securedd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SECUREDD

COLLABORATE . INNOVATE . ELEVATE

COLLABORATION STEPS

  • Partner B accepts the invite on email or github.

  • Partner B then proceeds to clone The repo created by Partner A

on cloning

  1. Partner B uses their own Git hub Token as they would any other repository. (this is possible beacause collaborators have push authentication granted for the project repo)
  2. Partner B : on successfull cloning, Creates a branch.
  • In good practice, branches have the format of git chechout -B <NAME-OF-PARTNER/FEATURE-EDITED>
  1. Partner B commits the changes and pushes. git push origin <BranchName>
  2. Partner B goes to github repo on Github and choose create a pull request.
  3. Partner B gives a detailed description of the added feature and confirms to create a pull request.
  4. Partner Reviews the changes and comments, requests for change or aprooves comments and merges the commit to main.
  5. Both Partner git pull to ensure updates are current on the local environments
  6. The commit process and review goes both ways.

About

This is the website for Securedd


Languages

Language:HTML 59.6%Language:CSS 34.1%Language:JavaScript 3.6%Language:PHP 2.7%