https://github.com/seipan/my-git-push
:octocat: git add から git push まで一つのコマンドでやる :octocat:
https://github.com/seipan/my-git-push
git gitcommand shell
Last synced: about 1 month ago
JSON representation
:octocat: git add から git push まで一つのコマンドでやる :octocat:
- Host: GitHub
- URL: https://github.com/seipan/my-git-push
- Owner: seipan
- License: mit
- Created: 2023-09-06T15:48:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T17:46:13.000Z (over 2 years ago)
- Last Synced: 2025-02-24T04:14:48.935Z (10 months ago)
- Topics: git, gitcommand, shell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-git-push
:octocat: git add から git push まで一つのコマンドでやる :octocat:
## Usage
git.shに実行権限を設定する
```
chmod +x git.sh
```
shellを実行する
```
./git.sh {{YOUR COMMIT MESSAGE}}
```