Skip to content

Templates

Abhay Raizada edited this page Nov 15, 2016 · 3 revisions

Templates

Creating a Branch

use the command: git branch feature to create a new branch.

use git checkout feature to move into this branch.

Always work on branches and not master.

First Contribution:

Hey Congrats on your first contribution feel free to help others by teaching them what you learned, opening new issues, helping us maintain these repos and the obvious: solving higher difficulty issues.

Clone this wiki locally