Skip to content

Instantly share code, notes, and snippets.

View filoscoder's full-sized avatar
🇪🇸
WFH

Daniel Son filoscoder

🇪🇸
WFH
  • Spain
  • 18:49 (UTC +02:00)
View GitHub Profile
@filoscoder
filoscoder / git-commit-author-rewrite.md
Created December 2, 2022 10:53 — forked from trey/git-commit-author-rewrite.md
Change the email address for a git commit.

Change the email address for a git commit.

$ git commit --amend --author="Author Name <email@address.com>"

or

$ git commit --amend --reset-author
@filoscoder
filoscoder / omz_git_alias.md
Created September 14, 2021 08:33
Git Alias Cheat Sheet (Oh My Zsh)

Git Alias Cheat Sheet (Oh My Zsh)

ggit

gstgit status

glgit pull

gupgit pull --rebase

🌞 Morning 146 commits █████░░░░░░░░░░░░░░░░ 23.9%
🌆 Daytime 185 commits ██████▎░░░░░░░░░░░░░░ 30.3%
🌃 Evening 167 commits █████▋░░░░░░░░░░░░░░░ 27.4%
🌙 Night 112 commits ███▊░░░░░░░░░░░░░░░░░ 18.4%