Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 762 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 762 Bytes

codewars-team1

CodeWars

This project is a part of an organized Hackathon.

API

https://dev.codewars.com/

Usage

Before creating a new branch, pull the changes from upstream. Your master needs to be up to date.

$ git pull

Create the branch on your local machine and switch in this branch :

$ git checkout -b [name_of_your_new_branch]

Push the branch on github :

$ git push origin [name_of_your_new_branch]

When you want to commit something in your branch, be sure to be in your branch. Add -u parameter to set upstream.

You can see all branches created by using :

$ git branch -a

Contributing

Before push changes to master please send a pull request.

License

MIT