aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dac91856-cb6a-4f69-8c03-38ff0b29aab2/comments/8097468f-87a9-4d84-ac20-1772393bb54d/body
blob: 2c49b6b530eafb70a68af33d343f915ac9e18df7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
It looks like the mapfiles are not being 'git add'ed after changes.

$ mkdir BEtest
$ cd BEtest
$ git init
$ be set-root .
$ be new 'new'
$ git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
#   (use "git rm --cached <file>..." to unstage)
#
#       new file: .be/bugs/8f021d79-44f5-479f-af12-c37e2caf3ce1/values
#       new file: .be/settings
#       new file: .be/version
#
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#
#       modified:   .be/bugs/8f021d79-44f5-479f-af12-c37e2caf3ce1/values
#       modified:   .be/settings
#