close git issue with commit
git commit -m "closes #1, closes #2, closes #3; YOUR COMMIT MESSAGE"
git commit -m "Fixes #45; commit message"You can use any of these keywords to close an issue via commit message:
close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved
The message MUST contain a string matching the following pattern:
KEYWORD #ISSUE. For example: close #1.
How can I close two or more issues with commit message?
You can use comma separated list in the commit message for it.
It is also possible to close several issues in the same commit:
just repeat several time the pattern to close issues.
For example, the following commit message:
add new quick sort algorithm, fixes #4, resolve #6, closed #12 would close, the issues 4, 6 & 12 of the project on which the commit would occur.
You can try:
git commit -m "closes #1, closes #2, closes #3; YOUR COMMIT MESSAGE"
Also in C++:
- aws cli create ecr repository if not exists
- angular cli interface generate
- remove port iptables
- docker run restart always
- mount drive raspi
- how to install nvm in ubuntu 18.04
- run newly installed chrome from terminal linux
- MultipleObjectsReturned: get() returned more than one Question -- it returned 3!
- get latitude and longitude based on user entered place android
- bash or
- how to install vscode into ubuntu
- ubuntu assume root
- uninstall vscode completely windows 10
- dotnet ef not found
- how to search keyword in linux
- remove snap package
- "capacitor" Permissions Switch must be exhaustive
- login to linux server from windows putty
- flutter plugin installed but in flutter doctor it shows not installed
- linux move all files up a directory
- how to drive linux 2020 bluetooth on ubuntu
- gitkraken stuck on opening repo
- how to install steam on ubuntu
- cli generate random string