Skip to content

Instantly share code, notes, and snippets.

View amoroz's full-sized avatar

Alexander Moroz amoroz

  • Russia, Saint-Petersburg
View GitHub Profile
@amoroz
amoroz / Git snippets
Last active July 18, 2016 16:29
Git snippets
### Git snippets
== Synchronize local branch list with remote ==
git fetch origin -p
== Changing author info in history ==
If you need to modify the author info in your repository's history, you can do the following: