markcerv

Search
Skip to content
  • YNAB – You Need a Budget

Monthly Archives: July 2017

Uncategorized

Who has committed code in your git repo?

July 6, 2017 markcerv_admin Leave a comment

Sometimes it is useful to know who has committed code to your repo.  Here’s a super useful “one-liner” that can show you that info quite quickly:

 

git log --format="%ae" | sort | uniq -c

Keeping track of what keeps me on track

Search Markcerv.com

Recent Posts

  • Python and Django and Pipenv and ASDF – Creating a new project in Oct 2023
  • Copy putty (ssh) sessions to new/other computer
  • Issue w/ pipenv python versions after upgrading asdf’s python
  • Ubuntu 22 LTS on WSL / asdf / python / django
  • Resetting the mysql password

Recent Comments

  • Sam on Issue w/ pipenv python versions after upgrading asdf’s python
  • B. Volkmann on Issues running npm & WSL2 (bad interpreter)
  • Another instance of Certbot is already running | markcerv on Certbot renewal script

Archives

  • October 2023
  • November 2022
  • September 2022
  • October 2021
  • March 2021
  • February 2021
  • August 2020
  • May 2020
  • April 2020
  • January 2020
  • October 2019
  • August 2019
  • June 2019
  • April 2019
  • March 2019
  • January 2019
  • September 2018
  • November 2017
  • October 2017
  • September 2017
  • July 2017
  • January 2017
  • November 2016
  • July 2016
  • June 2016
  • May 2014
  • March 2014
  • September 2013
  • July 2013
  • June 2013
  • May 2013

Categories

  • Apache
  • Command Line (linux/bash)
  • Command Prompt
  • Configurations
  • django
  • Editors
  • Excel
  • Git
  • MySQL
  • PowerShell
  • Putty
  • Python
  • Quick Fixes
  • Shell Related
  • sysadmin
  • ubuntu
  • Uncategorized
  • Utilities
  • Virtualization
  • Windows
  • Wordpress
  • WSL

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress