Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git branch list

git branch --list
Comment

list of git branches

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

git branch list

git branch -a 	#all local and remote branches are listed
git branch -r 	#remote branches are listed
git branch 		#only local branches are listed
Comment

PREVIOUS NEXT
Code Example
Shell :: git issues 
Shell :: git update from another branch 
Shell :: npm installl chalk 
Shell :: powershell set environment variable and run command 
Shell :: git merge another branch to current branch 
Shell :: systemctl enable service 
Shell :: Rename Files in git command 
Shell :: terraform element function 
Shell :: get files with name linux 
Shell :: how to push repository to github 
Shell :: git add an entire folder to commit 
Shell :: .gitignore add files type 
Shell :: sms_autofill flutter 
Shell :: how to create a text file list of the contents of a folder 
Shell :: and or bash 
Shell :: docker start container detached 
Shell :: terraform vpc 
Shell :: how to connect raspberry pi to laptop using hdmi 
Shell :: ubuntu git 
Shell :: git merging to branch from branch 
Shell :: with which command make file and directory in linux 
Shell :: ubuntu adding a monitor 
Shell :: java status archlinux 
Shell :: npm -g yarn 
Shell :: how to add characters before a line 
Shell :: copy content from one files to another in linux shell script 
Shell :: ubuntu list compillers 
Shell :: reac native /bin/sh: adb: command not found 
Shell :: git branch not clean 
Shell :: how to make cmd full screen 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =