i discovered git command hash-object belong deepest level of git. not surprised if command implicitly used in other commands commit. know example update-ref used in git branch.
other commands pull in fact combinaison of fetch followed merge. git clone non-command because mkdir, git init , git pull.
other commands show may somehow related cat-file.
we find other types of commands difftool not commands scripts. these belongs want call highest level.
i wondering if can find graphical representation of git commands classed level , relationship, plumbing porcelain commands.
this me better understanding of git commands , might nice poster in office :)
is there nice tree representation of git commands down obscure plumbing commands high end porcelain tools?
you can use atlassian git cheat sheet. pretty visual sheet having git commands basic description alongside.
https://www.atlassian.com/dms/wac/images/landing/git/atlassian_git_cheatsheet.pdf
there's graphical representation git commands on git-tower.com. here, can find important commands along best practices version control.
http://www.git-tower.com/blog/git-cheat-sheet/
finally, github.com has provided git cheat sheet. can also.
https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf
a sample screenshot of git-tower's cheat sheet:

Comments
Post a Comment