-
-
Save joshnesbitt/250708 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
up = !sh -c 'git pull && git log --pretty=format:\"%Cred%ae %Creset- %C(yellow)%s %Creset(%ar)\" HEAD@{1}..' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main_site(mirroring) % git up | |
Updating 83856d9..3753172 | |
Fast forward | |
app/controllers/repositories_controller.rb | 2 ++ | |
app/views/repositories/new_mirror.html.erb | 2 +- | |
2 files changed, 3 insertions(+), 1 deletions(-) | |
[email protected] - Handle creating mirror when mirror repo form submitted (2 days ago) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment