Skip to content

Commit

Permalink
README: Add Notes on naming branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Jun 30, 2008
1 parent f6ad0c1 commit 12b6e2e
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README
@@ -1,10 +1,15 @@
About This Repository
=====================

This repository contains configuration files, documents and scripts
This git repository contains configuration files, documents and scripts
for various softwares which are written by kana <http://whileimautomaton.net/>.




License
=======

Most of these files contain the notice on their license, but some files don't
so. The following is the license for such files (which is known as MIT
license):
Expand All @@ -31,6 +36,27 @@ license):
THE USE OR OTHER DEALINGS IN THE CONFIGURATION.




Notes
=====

Naming rules for branches
-------------------------

master
The latest and stable version of files.

sket/*
Test branches for some specific feature or big changes.

zzz/*
Branches which are not used anymore and will be removed.


To extract specific files
-------------------------

You can easily extract (or, more precise, make a package for) specific stuffs
from this repository with the following command:

Expand All @@ -47,6 +73,8 @@ The above command makes vim-textobj-user-{version}.tar.bz2
which contains files and directories related to textobj-user, a Vim plugin.




--
"To Vim, or not to Vim." -- The True Vim Master
kana <http://whileimautomaton.net/>

0 comments on commit 12b6e2e

Please sign in to comment.