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
### 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: |