Merge pull request #186 from AdrianSkar/patch-1

alternatives: create and switch new branch
This commit is contained in:
hemanth.hm 2021-05-04 15:10:56 -07:00 committed by GitHub
commit f7c92fd9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -992,6 +992,10 @@ __Alternatives:__
git branch <branch-name> && git checkout <branch-name>
```
```sh
git switch -c <branch-name>
```
## Ignore file mode changes on commits
```sh
git config core.fileMode false