rishabh-bansal / Make-a-Pull-Request
- воскресенье, 28 октября 2018 г. в 00:16:18
Make a Pull Request
git branch new-user
and check it out git checkout new-user
and git checkout -b new-user
)git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
)Read about markdown syntax here https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet