GithubHelp home page GithubHelp logo

email-microapi's Introduction

Welcome to development branch To get started:

Make sure you are on a desktop or laptop

Step 1: Click on Fork at the top right corner

Step 2: Click on clone or download, copy the url you see after clicking on it

Step 3: Head to your local machine and create a folder, (this step is not necessary but to keep your work organized on your local machine, you can create folder called ‘github repo’ on your desktop).

Step 4: Open your preferred terminal

Here you have arrays of choice, you could use git bash (you have to download it to use it. Download it here -> [GitHub]https://git-scm.com/downloads)), powershell or your default window terminal.

If you want to use git bash:

4.1 Open the ‘github repo’ folder, remember you saved it on your desktop.

Right-click anywhere in the folder and choose ‘git bash here’, automatically git bash will open.

*If you want to use the terminal

4.2 press Window + R on your keyboard

Step 5:git clone pasteTheUrlOfTheLinkYouCopiedInStep2

It should look like this

git clone https://github.com/{yourGithubUsername}/Email-microapi.git

Step 6: To start your work, work the directory that contains the project files.

cd Email-microapi

Step 7: git remote add upstream https://github.com/microapidev/Email-microapi.git

Step 8: git pull upstream development

Note: you will be on the Master branch automatically.

You need to move out of the Master branch to another branch to start your work.

To move to another branch

Run: git checkout -b

You can use any name for your branch.

But for consistency and orderliness, use your slack username

IE: should be replaced with your slack username, use hypen where you will normally use space. That is if you have space in your username. I don’t think anybody does. If you do though, use hypen(-)

For example,

git checkout -b sylver-codez ✅

git checkout -b sylver codez ❌

Once you are done writing the script and you have tested that everything is working perfectly fine (I.e your code has passed). (Optional: If you could make a screenshot of it and attach your pull request)ensure you edit the contribution.txt before doing the git add .

Run: git add .

Run: git commit -m "chore: create script"

git push origin username

In my case, it would be

git push origin sylver-codez - (Notice how it ends with the branch you created earlier).

Creating Pull requests

PR === Pull request

Go to github.com, locate the repository you forked in step 1

As soon as you get there, you are going to see a green ‘compare and create a pull request’

Click on it, and type your message, click on create pull request. I will merge as soon as possible

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.