Last active
April 18, 2024 09:20
-
-
Save vraravam/e9676759db46950e1fd817e49e513394 to your computer and use it in GitHub Desktop.
~/.gitconfig-template.inc
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
# file location: ~/.gitconfig-template.inc | |
[user] | |
name = <your-name> | |
email = <your-email> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment