Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git gui

# 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 #gui
ADD COMMENT
Topic
Name
1+8 =