Skip to content

Commit

Permalink
update command to get recently merged
Browse files Browse the repository at this point in the history
  • Loading branch information
2shea committed Aug 9, 2019
1 parent 7f467b5 commit ce0b8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"run get in it": "git init ",
"get log": "git log ",
"run get log": "git log\n",
"get next release": "git log --merges --oneline ",
"get next release": "git log --oneline --no-decorate --grep 'Merge pull' ",
"run get merge": "git merge ",
"run get move": "git mv ",
"get pull": "git pull ",
Expand Down

0 comments on commit ce0b8d2

Please sign in to comment.