Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

view git branch changes graphically

# git help log
git log --oneline --graph --decorate --all
# or
apt install gitk
gitk --all
Comment

view git branch changes graphically just local

git log --oneline --graph --decorate $(git branch | tr -d ' *' | awk '{ print "master~1.."$0 }')
Comment

PREVIOUS NEXT
Code Example
Shell :: Add branch to git prompt ubuntu wsl 
Shell :: add user to vboxuser gruop arch 
Shell :: agregar sudoers a user centos 7 
Shell :: terminal list files extension in subfolders 
Shell :: app-crashed 
Shell :: thinderbird download linux mint 
Shell :: fatal: malformed object name HEAD 
Shell :: how to remove mingw64 from git bash 
Shell :: restart windows computer from mac 
Shell :: SearchMonkey For Linux 
Shell :: check quantity of files in a folder 
Shell :: disable new git experience visual studio 
Shell :: cant install cython buildozer 
Shell :: pip install -U "yarl<1.2" 
Shell :: bash multiplication of arguments 
Shell :: close adb shell 
Shell :: run command from history ubuntu 
Shell :: Npm install instagram-private-api 
Shell :: mpi sintel dataset download from command line 
Shell :: stop a service at startup linux amazon 2 
Shell :: bash tr squeeze space 
Shell :: bash if m1 or intel 
Shell :: ubuntu vmware mouse buttons 
Shell :: short cut apps folder app store location 
Shell :: remove inkscape older version 
Shell :: brew install spectacle 
Shell :: "grep -a" example 
Shell :: check ip in terminal 
Shell :: delete .lastupdated maven 
Shell :: git undo changes single file 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =