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
- Host: GitHub
- URL: https://github.com/coderius/git_and_github_commands
- Owner: coderius
- Created: 2019-06-28T16:53:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T16:56:57.000Z (over 6 years ago)
- Last Synced: 2025-03-18T19:56:05.586Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```