diff options
author | Kenny Root <kenny@the-b.org> | 2014-10-20 23:59:44 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2014-10-20 23:59:44 -0700 |
commit | b0da2f22a327b698a536027c4b5fb0278e4f1e33 (patch) | |
tree | 23ba38e5f456eb3c6d700978c5547bc687aecffe | |
parent | 093fc42997638c58ac5d8d0ec10e3e34d7109162 (diff) | |
download | connectbot-b0da2f22a327b698a536027c4b5fb0278e4f1e33.tar.gz connectbot-b0da2f22a327b698a536027c4b5fb0278e4f1e33.tar.bz2 connectbot-b0da2f22a327b698a536027c4b5fb0278e4f1e33.zip |
Android Studio: Add Git to the VCS settings
Change-Id: Iab936f385fc5580fd4f17cab4e032db17a889643
-rw-r--r-- | .idea/vcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml index def6a6a..c80f219 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> - <mapping directory="" vcs="" /> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> </component> </project> |