Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

make changes to a previous commit

git rebase -i @~9   # Show the last 9 commits in a text editor
pick e to edit, save and close file
git commit --amend   #make changes
git rebase --continue 
Comment

make changes to a previous commit

git rebase -i @~9   # Show the last 9 commits in a text editor
pick e to edit, save and close file
git commit --amend   #make changes
git rebase --continue 
Comment

PREVIOUS NEXT
Code Example
Shell :: pushing code with another github account 
Shell :: react navigation install 
Shell :: install mongosh 
Shell :: find name file in cmd 
Shell :: bash how to convert text to lowercase or uppercase 
Shell :: sum bash 
Shell :: debian mongodb 
Shell :: jupyter show digits 
Shell :: linux create link to folder 
Shell :: bash add help argument 
Shell :: git stash save untracked 
Shell :: scp file download 
Shell :: powershell new item 
Shell :: how to rename a file in terminal 
Shell :: add user sudoers arch 
Shell :: a new powershell stable release is available 
Shell :: linux kali 
Shell :: list all files in a directory linux 
Shell :: create empty file command prompt cmd 
Shell :: how to print new line in shell script 
Shell :: how to copy my pub ssh key to server linux 
Shell :: drupal cli composer 
Shell :: open file explorer from cmd 
Shell :: netcat reverse shell 
Shell :: bash two for loops 
Shell :: remove file from commit 
Shell :: how to install mvnw 
Shell :: linus display ORACLE_HOME 
Shell :: change group ownership linux 
Shell :: how to get all avd names in cmd 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =