]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Should_files_in_.ikiwiki_be_committed_and_pushed__63__.mdwn
Added a comment
[ikiwiki.git] / doc / forum / Should_files_in_.ikiwiki_be_committed_and_pushed__63__.mdwn
1 In my local working copy, I discovered a .ikiwiki directory with files and subdirectories. What are they for in a working copy? Should them be committed to central repository (origin) on remote server?
2
3     $ git status
4     # On branch master
5     # Changes to be committed:
6     #   (use "git reset HEAD <file>..." to unstage)
7     #
8     #   new file:   .ikiwiki/commitlock
9     #   new file:   .ikiwiki/indexdb
10     #   new file:   .ikiwiki/lockfile
11     #   new file:   .ikiwiki/transient/recentchanges/change_0326ad7c7aa2c40b8db5d59033ecda7ed4d61295._change
12     <snip>
13
14 Should these be committed and pushed?