Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git create branch with specific commit

 
# Create a new branch from previous commit's hash
git branch develop 04c900c
 
# Push the new branch to remote repository
git push --set-upstream origin develop
 
# Checkout the new branch
git checkout develop
 
Comment

PREVIOUS NEXT
Code Example
Shell :: create xampp shortcut ubuntu 
Shell :: Install ansible in alpine linux 
Shell :: GREPCC token 
Shell :: bash remove trailing slash 
Shell :: install docker on windows using powershell 
Shell :: install safari in ubunut 
Shell :: linux disk usage 
Shell :: bash if greater than 
Shell :: git change email of old commit 
Shell :: for loop change increment matlab 
Shell :: install aws cli on ubuntu 
Shell :: yarn install from package.json 
Shell :: edit git config file 
Shell :: windows terminal starting directory 
Shell :: ubuntu xampp control panel starten 
Shell :: libnss3.so: cannot open shared object file: No such file or directory 
Shell :: search git 
Shell :: linux get dir of file 
Shell :: how to update discord on ubuntu 
Shell :: linux restart sendmail 
Shell :: how to find ip adress of a web side kali linux 
Shell :: microsoft todo for linux 
Shell :: create package in ros2 
Shell :: git add email 
Shell :: install openvino 
Shell :: install pytorch for cuda 10.0 
Shell :: add arabic keyboard ubuntu 20.04 
Shell :: src refspec main does not match any 
Shell :: setup ngrok in windows subsystem for linux 
Shell :: conda install parse 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =