Horje
amend commit change description Code Example
git amend commit message
git checkout branch_name
git commit --amend -m "Modified message"
# if previous commit is not pushed yet
git push
# or if previous comment was pushed in a previous commit:
git push --force-with-lease branch_name
amend commit change description
$ git commit --amend -m "Summary(Required)" -m "Description"




Shell

Related
windows find node path Code Example windows find node path Code Example
btop++ on ubuntu Code Example btop++ on ubuntu Code Example
dropbox windows powershell remove directory sync Code Example dropbox windows powershell remove directory sync Code Example
shell script to find sum of n numbers using for loop Code Example shell script to find sum of n numbers using for loop Code Example
Error: Error parsing triggers: Cannot find module '@babel/runtime/helpers/interopRequireDefault' Code Example Error: Error parsing triggers: Cannot find module '@babel/runtime/helpers/interopRequireDefault' Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13