There was an error while loading. Please reload this page.
1 parent 5429a2d commit da40c7aCopy full SHA for da40c7a
git_config.txt
@@ -0,0 +1,6 @@
1
+# Add username
2
+git config --global user.name "FIRST_NAME LAST_NAME"
3
+# Add email
4
+git config --global user.email "MY_NAME@example.com"
5
+
6
+# mode details: https://support.atlassian.com/bitbucket-cloud/docs/configure-your-dvcs-username-for-commits/
0 commit comments