Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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>