Skip to content
/ gists Public

Collections of code snippets in GitHub Gist with git-subomodule.

Notifications You must be signed in to change notification settings

hwakabh/gists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gists

Collections of code snippets in GitHub Gist with git-subomodule.

Caveat

Currently there is no functionalities to automatically sync changes of submodules in Gist. So the following operation will be required when we change snippets in Gist for manually applying changes into this repository.

# Fetch latest changes from Gists side into this repository
% git submodule update --remote

% git add .
% git commit -m "chore: updated submodules"
% git push

Note that these operations requires to clone this repo recursively, whereas by default git clone does not do this.

% git clone --recursive git@github.com:hwakabh/gists.git

About

Collections of code snippets in GitHub Gist with git-subomodule.

Topics

Resources

Code of conduct

Stars

Watchers

Forks