Giter Club home page Giter Club logo

hng6.0's Introduction

Please before you push your codes to the repository make sure you pull from the repository, so the changes that have been made can be reflected on your local machine, for us to avoid merge conflicts use the git command line

    git pull 

Developers guide.

This process here should be able to guide you on how to contribute effectively to this project, follow the steps below. You should not be new to the git workflow process however if you still are, the guide should still be able to help you through the process.

  • Fork the repository to generate a copy of your own.
  • Clone the repository.
    git clone https://github.com/hngi/HNG6.0.git
  • Make the repository (the forked repo) the remote upstream
    git add remote upstream https://github.com/hngi/HNG6.0.git
  • Create a branch, the branch name should at least be meaningfull e.g if you're working on the footer, your branch name would be;
    git checkout -b footer
  • Make your changes, add them and make your commits
    git commit -m "your message"
  • Push your codes to the remote upstream repository
    git push -u origin master
  • Or you can also push your code to the current branch which you are in.
  • Make your Pull request and wait for it to be merged.

Happy hacking!

hng6.0's People

Contributors

phiiileo avatar jaycodist avatar orsdev avatar aguchinwe avatar joshtom avatar daveonactive avatar moshe38 avatar cirqlar avatar gozaddy avatar serignoleba avatar fabianuzukwu avatar melissacinta avatar ezeko avatar asnas-stack avatar joshuafolorunsho avatar ladydondammy avatar ericomartin avatar agbenigaagboola avatar kingabesh avatar syfon01 avatar alfredpison avatar ogoeli avatar tana00 avatar cemma2035 avatar gitmastery avatar temitopejoan avatar elijahscriptdev avatar olaoluwasalami avatar omoruyis avatar rita008 avatar

Watchers

James Cloos 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.