Skip to content

Instantly share code, notes, and snippets.

@jvanz
Created January 30, 2016 19:28
Show Gist options
  • Save jvanz/f5a9b445eda5471d2781 to your computer and use it in GitHub Desktop.
Save jvanz/f5a9b445eda5471d2781 to your computer and use it in GitHub Desktop.
$git commit -a -m "Rename foo() function to xpto()"
[master c12c40a] Rename foo() function to xpto()
1 file changed, 3 insertions(+), 3 deletions(-)
$git log
commit c12c40a83fe5295bc84ca0928182881426d9d752
Author: José Guilherme Vanz <guilherme.sft@gmail.com>
Date: Tue Jan 26 22:48:50 2016 -0200
Rename foo() function to xpto()
commit 8f1b1bc364a8e5ea83ab43ed95c0de026263561d
Author: José Guilherme Vanz <guilherme.sft@gmail.com>
Date: Tue Jan 26 22:43:05 2016 -0200
Changes in bar() function
commit aba1cbab0b427a9e6713f2fe563e2b14db6e51cd
Author: José Guilherme Vanz <guilherme.sft@gmail.com>
Date: Tue Jan 26 20:45:42 2016 -0200
Add commit.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment