Skip to content

Umbrella repo containing all of my Talon Voice code

Notifications You must be signed in to change notification settings

brollin/talon_umbrella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talon_umbrella

Umbrella repo for the collection of talon repos in my user directory.

Using this as a test of git submodules, to learn why everyone hates them. :)

Cloning this repo

Remember when cloning this repo:

git clone --recursive https://github.com/brollin/talon_umbrella.git

Or if you forgot to do that, use this command:

git submodule update --init --recursive

Finally, if you do not have read access to the private repositories:

git clone https://github.com/brollin/talon_umbrella.git
cd talon_umbrella
git submodule update --init screen-spots mouse_guide community talon_ui_helper chess_grid brollin_talon_public

Adding a submodule

Clone the repository as normal inside of this repository:

git clone https://github.com/brollin/new_repo_example.git

Then add it:

git submodule add ./new_repo_example

More software

A number of tools that I use:

About

Umbrella repo containing all of my Talon Voice code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published