Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicholasoxford/gh-submodule-update

Pass in your submodule path to update to latest, and return to current directory
https://github.com/nicholasoxford/gh-submodule-update

gh-extension

Last synced: 2 days ago
JSON representation

Pass in your submodule path to update to latest, and return to current directory

Awesome Lists containing this project

README

        

# gh submodule-update

A [gh](https://github.com/cli/cli) extension to fetch & pull your git submodule to latest, and then run `git submodule update` on your current directory.

I made this before I learned about `git config --global submodule.recurse true`

## Usage

```sh
gh submodule-update --path ~/Documents/projects/submodule
```

## Installation

```sh
gh extension install nicholasoxford/gh-submodule-update

```

## License

MIT

## Author

Nicholas Oxford (a.k.a. nicholasoxford)