Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See history of a git project #147

Open
SimonLab opened this issue Feb 27, 2019 · 3 comments
Open

See history of a git project #147

SimonLab opened this issue Feb 27, 2019 · 3 comments

Comments

@SimonLab
Copy link
Member

On the section "ask to see the client project" we can add another point on how to see the history of a git project with the git log command. This command can takes a few interesting options (eg oneline, graph) which can help to discover and have a global view of the project.

@SimonLab
Copy link
Member Author

SimonLab commented Feb 27, 2019

git log

image

git log --oneline
image

git log --oneline --graph
image

git log --oneline --merges --first-parent master
image

git log --online --merges --first-parent master | wc -l
image

@rub1e
Copy link
Member

rub1e commented Feb 27, 2019

https://www.npmjs.com/package/git-file-history

Of interest?

@SimonLab
Copy link
Member Author

thanks for the link @rub1e 👍
git-file-history looks fancy.

However for this I'd like to avoid installing another npm package and get the overview of a project with just a few command lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants