Giter VIP home page Giter VIP logo

dx-occurence's Introduction

Dx-Occurence

STEPS

  1. Fork the repository

  2. clone the forked repository to your desktop using gitbash, or desktop github app git clone https://github.com/Rubylena/Dx-Occurence.git

  3. configure the repository to recognise the parent repo as the upstream and to recognize the forked repo as origin repository. git remote add upstream https://github.com/Rubylena/Dx-Occurence.git

git remote add origin https://github.com/yourgithubusername/Dx-Occurence.git

  1. Create a new branch in your forked repository where all your work will be done. You should use your name. git branch your name switch to that branch before you start working git checkout your name

  2. After making all the updates to your branch remotely, you need to upload. git add . git commit -m 'your commit message'

  3. whenever you open the folder that will be created always try to refresh the folder incase of any new updates before you start working, type this commad git pull -u workStation, this is getting updates from the repo you cloned from

git push origin yournamedbranch your pushing recent updates to your forked repo.

  1. Create Pull Request to workStation branch.

dx-occurence's People

Contributors

rubylena avatar

Watchers

James Cloos avatar  avatar

Forkers

seun1609 armynaa

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.