Skip to content
Dibyendu Majumdar edited this page Jul 1, 2018 · 5 revisions

These are notes to myself:

  • To create a branch

    ```
    git checkout -b <branch>
    git push origin <branch>
    ```
    
Clone this wiki locally