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
- Host: GitHub
- URL: https://github.com/dmitriz/git-cheat-sheet
- Owner: dmitriz
- License: mit
- Created: 2018-04-25T03:38:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T03:40:39.000Z (about 8 years ago)
- Last Synced: 2025-02-10T06:30:48.870Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```