An open API service indexing awesome lists of open source software.

https://github.com/coderius/git_and_github_commands

Сommands for working with git and github
https://github.com/coderius/git_and_github_commands

Last synced: 4 months ago
JSON representation

Сommands for working with git and github

Awesome Lists containing this project

README

          

# git_and_github_commands
Сommands for working with git and github.

### Git commands
Create local branch and switch to new branch
```
git checkout -b [name_of_your_new_branch]
```