Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (39 loc) · 1.02 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.02 KB

My-number metarepo for development

How I made it

the repository name I want to name & the directory name I want to use in development is different. So I made it for the mapping for them.

How to start developing

git clone --recursive https://github.com/my-number/_meta myna

Packages

Branch

  • master
    • my current environment
  • stable
    • The state that has been confirmed to build up successfully

Development

cd myna/<proj name>
emacs path/to/file
git add .
git commit
git push

I sync up submodule sometimes. If I forget to update, feel free to request me to update.