Skip to content

Instantly share code, notes, and snippets.

@eric100lin
Created December 16, 2019 13:20
Show Gist options
  • Save eric100lin/54add383a37288355a6a0113f9eba972 to your computer and use it in GitHub Desktop.
Save eric100lin/54add383a37288355a6a0113f9eba972 to your computer and use it in GitHub Desktop.
* Show all commits from specific company
git log --pretty=format:"%h %Cblue%ad%Creset %ae %Cgreen%s%Creset" --author=google.com
* Show info about remote
git remote show origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment