/ radicle-cli / examples / rad-checkout-repo-config-macos.md
rad-checkout-repo-config-macos.md
 1  ```
 2  $ cd heartwood
 3  ```
 4  
 5  View the repository configuration:
 6  
 7  ```
 8  $ cat .git/config
 9  [core]
10  	bare = false
11  	repositoryformatversion = 0
12  	filemode = true
13  	ignorecase = true
14  	precomposeunicode = true
15  	logallrefupdates = true
16  [remote "rad"]
17  	url = rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji
18  	fetch = +refs/heads/*:refs/remotes/rad/*
19  	pushurl = rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
20  [branch "master"]
21  	remote = rad
22  	merge = refs/heads/master
23  ```