Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git branch

git checkout -b <new-branch-name> # create a new branch
git switch <branch-name> # Switch branch
Comment

git branch

git branch -m main main1
git fetch origin
git branch -u origin/main1 main1
git remote set-head origin -a
Comment

git branch

git checkout -b <new-branch-name>
Comment

PREVIOUS NEXT
Code Example
Shell :: aws cli create ecr repository if not exists 
Shell :: bash copy directory and all contents 
Shell :: bash script to clean up log files 
Shell :: mkdir rm folder 
Shell :: linux samba service 
Shell :: brave installation ubuntu 
Shell :: how to remove large file from github repo history 
Shell :: windows del force yes 
Shell :: nodejs installation on ubuntu 
Shell :: ssh key github 
Shell :: check who is logged in to system linux 
Shell :: install cypress dev only 
Shell :: ssh git clone 
Shell :: mssql-tools : depends: msodbcsql17 (= 17.3.0.0) but it is not going to be installed 
Shell :: configure apache in ubuntu 
Shell :: install microsoft edge terminal 
Shell :: redis ubuntu 
Shell :: how to zip and unzip tar 
Shell :: shell remove file 
Shell :: recursive dir batch 
Shell :: activate virtual environment in ubuntu 
Shell :: how to install certbot on ubuntu 
Shell :: Impossible de trouver le paquet php-gettext 
Shell :: echo venv/ .gitignore 
Shell :: Bash print elements in array 
Shell :: ubuntu remove application icon 
Shell :: Unzip all zip files in a proper directory 
Shell :: Push First repository 
Shell :: access from ip pgsql running in docker 
Shell :: git add new origin 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =