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 :: npm install on Termux 
Shell :: docker proxy ubuntu 
Shell :: remove a git remote origin 
Shell :: folium 
Shell :: E: Unable to locate package libclang-cpp-dev 
Shell :: how to add ssh key to github 
Shell :: connect to git repo with ssh-rsa 
Shell :: wget debian 
Shell :: git flow release 
Shell :: how to install and connect to ftp on ubuntu 18 
Shell :: sublime text linux 
Shell :: create github pages from repo 
Shell :: how to move folders in linux terminal 
Shell :: ansible Permission denied (publickey,password). 
Shell :: what is git rebase 
Shell :: check for installed chaincode 
Shell :: Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed. 
Shell :: how to show two table side by side in github readme 
Shell :: mv command linux 
Shell :: Install Pop Shell Window Tiling Extension on Ubuntu 20.04 
Shell :: chocolatey cmd 
Shell :: powershell reload updated module 
Shell :: how to install kind 
Shell :: udev rule adb 
Shell :: Log sync requires rsync to be installed. 
Shell :: git merge origin master branch with branch 
Shell :: how to stop a website running on port 8000 or any other port 
Shell :: how to take two ip addresses and perform arithemetic bash 
Shell :: get you the list of those packages that Postgres installed. 
Shell :: ghc change version 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =