Skip to content

Instantly share code, notes, and snippets.

@samuelspiza
Created December 16, 2009 18:15
Show Gist options
  • Save samuelspiza/258034 to your computer and use it in GitHub Desktop.
Save samuelspiza/258034 to your computer and use it in GitHub Desktop.
A template config file for http://github.com/samuelspiza/dvcsview
[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