Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check current branch github

git branch
# should show all the local branches of your repo. The starred branch is your current branch.

# If you want to retrieve only the name of the branch you are on, you can do:

git rev-parse --abbrev-ref HEAD
# or with Git 2.22 and above:

git branch --show-current
Comment

github show current branch

git branch --show-current
Comment

PREVIOUS NEXT
Code Example
Shell :: linux shell echo command with varia ble 
Shell :: unable to connect my bluetooth devices to kali linux 
Shell :: nvm use globally 
Shell :: ngrok install authtoken 
Shell :: how to upgrade in linux 
Shell :: show all branch git 
Shell :: kubectl get namespace 
Shell :: ls all files including hidden powershell 
Shell :: kubectl create namespace 
Shell :: zinit 
Shell :: ubuntu chrome 
Shell :: count lines in files 
Shell :: after installing kali what next 
Shell :: git check which files are committed 
Shell :: bash how to remove the first n lines of a file 
Shell :: list all user ubuntu server 
Shell :: install brain.js 
Shell :: how to create a github tag 
Shell :: push local branch to remote 
Shell :: bash for loop string array 
Shell :: host key verification failed 
Shell :: helm repo list charts 
Shell :: wget git bash 
Shell :: ubuntu login as root 
Shell :: how to add image in github readme 
Shell :: change password arch linux 
Shell :: eslint init 
Shell :: linux auto suspensd stop 
Shell :: install wsl2 windows 10 pro 
Shell :: install groovy on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =