Created
December 16, 2009 18:15
-
-
Save samuelspiza/258034 to your computer and use it in GitHub Desktop.
A template config file for http://github.com/samuelspiza/dvcsview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[settings] | |
skip.git = false | |
skip.hg = false | |
[workspaces] | |
# List of the workspaces to search. '~' will be expanded. | |
;workspace0 = ~/workspace | |
;foo = C:/workspace | |
;bar = /home/user/workspace | |
[repos] | |
;repo00 = C:/backup/user | |
[alias] | |
# Alias for option '--fetch'. On the left side is the name of the alias and on | |
# the right a comma seperated list of the hosts. Hosts can be IPv4-addresses or | |
# domains. Windows driveletters (e.g. 'c:') and 1st level folder in the root | |
# directory (e.g. '/home') in Linux systems are possible too. | |
;local = c:,d: | |
;all = /home,192.168.0.1,github.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment