Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progrhyme/bash-git-push-carefully
git push in a careful manner to avoid failure
https://github.com/progrhyme/bash-git-push-carefully
Last synced: 18 days ago
JSON representation
git push in a careful manner to avoid failure
- Host: GitHub
- URL: https://github.com/progrhyme/bash-git-push-carefully
- Owner: progrhyme
- Created: 2016-03-11T03:39:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T02:48:41.000Z (over 8 years ago)
- Last Synced: 2024-11-05T22:42:05.693Z (2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
**git-push-carefully** - git push in a careful manner to avoid failure
# SYNOPSYS
git-push-carefully
# DESCRIPTION
Execute **git push** carefully as following way:
Do **git fetch**, **git stash**, **git rebase** beforehand.
Then do **git push**.
Finally do **git stash pop**.
Abort any time when command failed.# LISENCE
The MIT License (MIT).
Copyright (c) 2016 YASUTAKE Kiyoshi <[email protected]<gt>