Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Adding more changes to your last commit

Adding more changes to your last commit
$ (some_branch) git add changelog.md
$ (some_branch) git commit --amend

Amending a Commit Without Changing Its Message
$ (some_branch) git commit --amend --no-edit

Pushing an Amended Commit
$ (some_branch) git push -f origin some_branch
Comment

PREVIOUS NEXT
Code Example
Shell :: npm install package as dependecy 
Shell :: react-native-router-flux 
Shell :: ip route delete linux 
Shell :: linux change date and then change files ctime 
Shell :: how to start nginx in ubuntu 
Shell :: lock symbol on files in ubuntu 
Shell :: extend recording time in ubuntu 
Shell :: delete lines text file linux 
Shell :: how to install react redux 
Shell :: bash grep for two terms in same line 
Shell :: haskell change version 
Shell :: conda install cairo 
Shell :: docker-compose command multiple 
Shell :: powershell script enable tls 1.2 
Shell :: tempfile.temporarydirectory() 
Shell :: distutils.sysconfig install 
Shell :: command not found 
Shell :: powershell get OS 
Shell :: shell show number of files in each folder 
Shell :: bash if else 
Shell :: install anbox terminal 
Shell :: ubuntu check available packages 
Shell :: uninstall nvidia x server ubuntu 
Shell :: how to install portainer on raspberry pi 
Shell :: comprimir directorio linux 
Shell :: how to reset ubuntu 20.04 
Shell :: benchmark a network drive windows without installing 
Shell :: replace word in file linux command 
Shell :: octave for ubuntu 20.04 
Shell :: gitlab server certificate verification failed 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =