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

https://github.com/dmitriz/git-cheat-sheet

In the ideal world this repository should not exist
https://github.com/dmitriz/git-cheat-sheet

Last synced: 5 months ago
JSON representation

In the ideal world this repository should not exist

Awesome Lists containing this project

README

          

# git-cheat-sheet
*In the ideal world this repository should not exist*

- Clone new remote branch
https://stackoverflow.com/a/46078150/1614973
```sh
git checkout --track origin/new_remote_branch
```