Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create branch with local changes

# Update 2020 / Git 2.23
git switch -c <new-branch>

# Before Update 2020 / Git 2.23
git checkout -b new_branch_name
Comment

PREVIOUS NEXT
Code Example
Shell :: display id all image docker 
Shell :: check upstream 
Shell :: how to remove sudo permission in from download 
Shell :: clone specific branch 
Shell :: find skip permission denied messages 
Shell :: how to save windows spotlight images 
Shell :: error: The following untracked working tree files would be overwritten by merge: .DS_Store .gitignore Please move or remove them before you merge. 
Shell :: git revert to commit hash 
Shell :: subtract first time step paraview 
Shell :: install ruby and rails on mac 
Shell :: give full permission to folder in ubuntu 
Shell :: current year bash 
Shell :: git remote show origin 
Shell :: start jupyter notebook from terminal 
Shell :: updating git 
Shell :: close port ubuntu 
Shell :: nuget install location 
Shell :: how to install gnome user theme extension terminal 
Shell :: npm version git working directory not clean 
Shell :: extract rockyou.txt kali linux 
Shell :: delete all container and images docker 
Shell :: install docker compose 
Shell :: set selinux 
Shell :: reboot server linux 
Shell :: push project to github 
Shell :: listen tcp 127.0.0.1:8001: bind: address already in use 
Shell :: terminal get folder size windows 
Shell :: palindrome in shell script 
Shell :: how to convert openssl to keytool 
Shell :: extract tar.xz ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =