Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github make new branch

git checkout -b [name_of_your_new_branch]
Comment

how to create a new branch in github

- git branch xyz ==>
 it creates new branch named 'xyz' but still keep being on master branch
- git checkout xyz ==>
it will change your branch to the develop branch
- git checkout -b xyz ==> 
it creates also a branch named xyz and switches to it automatically
Comment

PREVIOUS NEXT
Code Example
Shell :: git push reset 
Shell :: tcpdump filter ip address 
Shell :: next upgrade 
Shell :: how to create a file with a given size in linux? 
Shell :: git find current head 
Shell :: running shell commands nodejs 
Shell :: linux change user in terminal 
Shell :: bash minimize window 
Shell :: find node version 
Shell :: docker run container in background 
Shell :: find tomcat location in mac 
Shell :: adb screenrecord 
Shell :: linux command to delete a dir 
Shell :: run a command with sudo su 
Shell :: install notion enhancer 
Shell :: shell script to reindex elasticsearch 
Shell :: bash quotes 
Shell :: remove netdata ubuntu 
Shell :: kubernetes while true sleep 
Shell :: how to change execution policy powershell 
Shell :: git diff two commits one file 
Shell :: git unstage file from add 
Shell :: amplify remove environment 
Shell :: delete a file from repo history 
Shell :: run jenkins docker 
Shell :: heic open linux 
Shell :: env variable for access key and secret key in terraform 
Shell :: ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic 
Shell :: wsl file 
Shell :: command for discard change in git 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =