You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
If you just got a new computer or are using Git for the first time, you may find some of these commands useful. Note: these commands are from a Mac user
Global settings are stored in a system .gitconfig
file; view that file by using the command:
$ cat ~/.gitconfig
Single repo settings stored in the /.git/config in your project folder
$ git config --list
$ git config <level> --list
# Single repo --local
# Current user --global
# All users --system
$ git config --global user.name "John Doe"
$ git config --global user.email "johndoe@users.noreply.bitbucket.org"
$ git config --global core.editor <editor-symlink>
$ git config --system color.ui true
$ git config core.ignorecase false
$ git config --global pull.rebase true
If you have any other useful commands to share, leave a comment below.
Tyler T
Atlassian TeamDeveloper
Atlassian
Austin, TX
76 accepted answers
Happy 2021, Atlassian Community! 2020 was a year with lots of change. It changed how we work, live, and even interact with our neighbors. As we wrapped up 2020 in December, we got to thinkin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
0 comments