Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicholasoxford/gh-submodule-update
- Owner: nicholasoxford
- Created: 2021-08-30T04:55:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T18:45:58.000Z (over 3 years ago)
- Last Synced: 2025-01-01T19:45:18.630Z (6 days ago)
- Topics: gh-extension
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)