Skip to content

Commit da40c7a

Browse files
authored
Create git_config.txt
1 parent 5429a2d commit da40c7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

git_config.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)