Giter Club home page Giter Club logo

auth_wiki_team_3's Introduction

AUTH WIKI

A repository for the collaborative work by @Auth Wiki_Team_3 on the Auth Wiki Project

HOW TO CONTRIBUTE TO THE PROJECT

There are two branches in the repository; one for the Frontend and Backend development each

  1. Fork the appropriate repository depending on what you're working on and the changes you want to commit to the main branch.

  2. Clone the forked repository to your local machine computer: git clone https://github.com/zuri-training/Auth_Wiki_Team_3.git

  3. Pull from upstream to download all changes in the project using git pull upstream main

  4. Open the Project up in your local Editor

  5. Complete your assigned task.

  6. When you are ready to add and push your new commit to the Repo;

    Create a new branch and move to that branch

    git checkout -b <branch-name>

    Move to an existing branch

    git checkout <branch-name>

    Check the branch you are on and List all the existing branches

    git branch

    Check files available to commit

    git status

    update your commit using

    git add file_name

    Commit your changes to the branch with a message

    git commit -m "Commit message"

    Merge code from another branch into a current branch

    git merge <branch-from-which-to-merge>

  7. To make sure there are no conflict, Pull from upstream using git pull upstream main

  8. Push your branch changes to the Repo using git push upstream main

  9. Once you push the changes to your repo, the Compare & pull request button will appear

  10. Click Create pull request to open a new pull request

any questions should be directed to the team lead @KingPanda68

auth_wiki_team_3's People

Contributors

kingpanda68 avatar joshua-jj avatar alb1nut avatar onimisea avatar authcornelius avatar layztobi avatar bookieblue avatar preshy27 avatar omowunmia001 avatar damdam5 avatar snrjay avatar oluwatosin17 avatar oritsemami avatar queenestar avatar halal-diva avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.