Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

view git branches most recent first

git for-each-ref --sort=-committerdate refs/heads/

# Or using git branch (since version 2.7.0)
git branch --sort=-committerdate  # DESC
git branch --sort=committerdate  # ASC
Comment

PREVIOUS NEXT
Code Example
Shell :: git unable to update local ref 
Shell :: how to install react router dom with typescript 
Shell :: linux chown www-data 
Shell :: Xcode is not installed or not configured properly. Download, install, set it up and run this script again 
Shell :: port finding in macos 
Shell :: cmd list dotnet frameworks installed 
Shell :: jango.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module 
Shell :: add homebrew to your path 
Shell :: terminal get number of files in dir 
Shell :: eslint fix 
Shell :: yarn nodemon 
Shell :: how to remove samba ubuntu 
Shell :: for loop on date in bash 
Shell :: set git user name and user email 
Shell :: update pnpm 
Shell :: linux install figlet 
Shell :: nodemon command not found linux 
Shell :: praspberyr pi remote desktop xrdp install 
Shell :: scikit-learn install 
Shell :: rm files with extension 
Shell :: redis flushall docker 
Shell :: git reinitialized existing git repository 
Shell :: git change remote origin 
Shell :: fatal: unable to access ': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 
Shell :: uninstall zoom command line debian 
Shell :: install composer ubuntu 
Shell :: npm install @reach/router 
Shell :: installing eslint globally 
Shell :: install cmake anaconda 
Shell :: wsl upgrade to 2 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =