til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

See Committed, Unpushed Files

Sometime I forget what files I have committed but not pushed. This command will show me the files that I have committed but not pushed.

git log origin..HEAD --name-only

Resources and References