Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to do a pull request with one commit

git fetch origin
git checkout -b add-log-component origin/add-log-component
git checkout master
git cherry-pick COMMIT-HASH-HERE
git push origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: zsh wait for user input 
Shell :: awk convert first character to lowercase 
Shell :: install scrcpy in ubuntu 
Shell :: uninstall nignx 
Shell :: how to change elementary os theme 
Shell :: add dependencies to package.json 
Shell :: git remove submodule 
Shell :: cloud functions environment variables 
Shell :: command lxd not found - linux 
Shell :: linux find command 
Shell :: xstate install 
Shell :: montar pasta compartilhada virtualbox 
Shell :: installing mysql on aws using putty terminal 
Shell :: powershell sharepoint 2010 update item 
Shell :: make directory in linux 
Shell :: git tag older commit 
Shell :: upload file via terminal 
Shell :: delete whole line in vi 
Shell :: download all bitbucket repositories 
Shell :: tar: Cowardly refusing to create an empty archive 
Shell :: fake commit date 
Shell :: git show log after date 
Shell :: delete remote git branches matching pattern 
Shell :: git passphrase remember 
Shell :: regex in batch file 
Shell :: install ripgrep windows 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? 
Shell :: ubuntu delete all virtual hosts 
Shell :: windows batch script to run application in background 
Shell :: delete a branch in git command 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =