Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git log

# show in terminal by this command
git log --reflog
# show message just
git log --all --oneline
# use gui git by this command
gitk
# or use git desktop
https://desktop.github.com/
#and other gui-git
https://git-scm.com/downloads/guis
 
PREVIOUS NEXT
Tagged: #git #log
ADD COMMENT
Topic
Name
8+3 =