Skip to content

mredig/assistant_scripts

Repository files navigation

Scripts Readme

This is an aggregation of scripts I developed in coordination with my notes to self. This can be used independent of the notes and vice versa.

load dependencies

How to get the submodules to load their repositories

  • git submodule init
  • git submodule update --recursive
  • reference
  • updating the repositories
    • looks like it's a matter of
      1. git submodule update --remote --merge
      2. git add [submodule directory]
      3. git commit -m "updated submodules"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published