Horje
git ammend commit Code Example
git amend
 git commit --amend -m "an updated commit message" 
git ammend commit
# Edit hello.py and main.py 
# git add hello.py ---> git commit 
# Realize you forgot to add the changes from main.py
# git add main.py 
git commit --amend --no-edit
add change to last commit
$ (some_branch) git commit --amend
Source: medium.com




Shell

Related
install gatsby typography Code Example install gatsby typography Code Example
python install random library Code Example python install random library Code Example
show branch detail branch info in git Code Example show branch detail branch info in git Code Example
install flutter on linux Code Example install flutter on linux Code Example
edit file terminal Code Example edit file terminal Code Example

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