Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list of git branches

git branch -a // show all local & remote branch
Comment

how to see branches git cmd

git branch #To see local branches, run this command
git branch -r #To see remote branches, run this command
git branch -a #To see all local and remote branches, run this command
Comment

show all branch git

git branch -r
# origin/main
# origin/feature1
# origin/debug2
# remote-repo/main
# remote-repo/other-feature
Comment

show list of branches git

git branch -a // list of branch
Comment

list all branhces git

git branch -a
Comment

PREVIOUS NEXT
Code Example
Shell :: linux install pycharm command line without snap 
Shell :: copy paste in git bash 
Shell :: install google assistant on linux 
Shell :: list all files in a directory linux 
Shell :: Kubernetes configuration file is group readable 
Shell :: grep a string in txt file 
Shell :: create empty file command prompt cmd 
Shell :: mac terminal curl 
Shell :: docker all logs at once 
Shell :: ssh server windows 11 
Shell :: delete git branch 
Shell :: git remote add 
Shell :: centos install man pages 
Shell :: create new branch git from master 
Shell :: get my ip address linux 
Shell :: netcat reverse shell 
Shell :: centos curl command 
Shell :: best source code editor 
Shell :: gitignore all files and folders in only one folder 
Shell :: speedtest cli 
Shell :: bash read 
Shell :: open /var/lib/docker/tmp/buildkit-mount140273675/Dockerfile.base: no such file or directory 
Shell :: git stash stack overflow 
Shell :: how to get all avd names in cmd 
Shell :: install wordpress ubuntu 
Shell :: git stash pop 
Shell :: update composer 
Shell :: online linux c compiler 
Shell :: git checkout to pr 
Shell :: powershell open current path in explorer 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =