Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git history

$ git log
# git log lists the commits made in that repository in reverse chronological order
Comment

Commit history

$ git clone [https://github.com/loverajoel/jstips.git](https://github.com/loverajoel/jstips.git)   # You will need a GitHub account for this to work  
$ cd jstips   # changing your directory into the one you just downloaded  
$ git log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset' --abbrev-commit --date=relative
Comment

git history

$ git log
Comment

PREVIOUS NEXT
Code Example
Shell :: remi repo 
Shell :: terraform install on ubuntu 
Shell :: start docker 
Shell :: change display resolution on terminal 
Shell :: angular full installation guide 
Shell :: magento installer 
Shell :: Not an editor command: LspInstall 
Shell :: recursive dir batch 
Shell :: linux ssh server 
Shell :: install visual studio on ubuntu 
Shell :: replace word in file linux command 
Shell :: how to install certbot on ubuntu 
Shell :: intel hd 4000 ubuntu driver 
Shell :: how to copy file in ubuntu terminal 
Shell :: how to echo string .sh 
Shell :: create pdf from images linux 
Shell :: linux terminal show processes 
Shell :: linux hex to dec 
Shell :: curl hide output 
Shell :: git remove file from commit 
Shell :: make a desktop file in ubuntu 
Shell :: windows git ssh key add 
Shell :: git message 
Shell :: install php freebsd 
Shell :: unity download android sdk 
Shell :: watch tail file linux 
Shell :: pip install kivy 
Shell :: create a new repository using command line 
Shell :: commitlint install 
Shell :: history delete linux 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =