Browse Source

Set option in git annex config so that it propagates to other clones

master
Maxime Wack 2 months ago
parent
commit
e7560ce94c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      functions

+ 1
- 1
functions View File

@@ -87,8 +87,8 @@ Please check your permissions"
# - make `cat` the default pager makes it easier to parse outputs
# - set rule for annex usage
dbg git config core.pager cat
dbg git config annex.largefiles "$GIT_OMMIX_LARGE_FILES"
dbg git config advice.detachedHead false
dbg git annex config --set annex.largefiles "$GIT_OMMIX_LARGE_FILES"

# Rename the default branch to the patient ID
dbg git checkout -b "patient|$ID"


Loading…
Cancel
Save