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 :: terminal find containing directory of file and cd to directory 
Shell :: zsh-autosuggestions 
Shell :: gitlab clone branch 
Shell :: ettercap terminal 
Shell :: -windows run script on program close 
Shell :: virtual network is not active 
Shell :: git add everything except 
Shell :: fast backup mac 
Shell :: bash use variable in string 
Shell :: run redis o docker no auth 
Shell :: format of functions in bash shell script 
Shell :: how can we add modified files to the staging area and commit them at the same time 
Shell :: stash a single file 
Shell :: how to avoid some files changes to not come in git status 
Shell :: wget typo3 8 
Shell :: curl time response 
Shell :: command lxd not found - linux 
Shell :: virtualenvwrapper-win cannot workon powershell 
Shell :: download pgadmin 4 ubuntu 
Shell :: bash read file into array 
Shell :: github axios 
Shell :: get battery level via cmd 
Shell :: git initial commit 
Shell :: ansible ping ad hoc 
Shell :: venv git 
Shell :: UnicodeDecodeError 
Shell :: ubuntu wifi drivers 
Shell :: Use R markdown in github README 
Shell :: regex in batch file 
Shell :: set background image in linux cmd 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =